Module: Card::Format::Nest::Main

Included in:
Card::Format::Nest
Defined in:
lib/card/format/nest/main.rb

Overview

Handle the main nest

Instance Method Summary collapse

Instance Method Details

#wrap_main(content) ⇒ Object



6
7
8
# File 'lib/card/format/nest/main.rb', line 6

def wrap_main content
  content # no wrapping in base format
end