Module: Card::Set::TypePlusRight::Set::Structure::HtmlFormat

Extended by:
AbstractFormat
Defined in:
platypus/tmp/set/gem-defaults/mod010-rules/type_plus_right/set/structure.rb

Instance Method Summary collapse

Instance Method Details

#nest_snippetObject



9
10
11
12
13
14
15
16
# File 'platypus/tmp/set/gem-defaults/mod010-rules/type_plus_right/set/structure.rb', line 9

def nest_snippet
  @nest_snippet ||=
    begin
      super
      @nest_snippet.field! if @nest_snippet.empty?
      @nest_snippet
    end
end