Method: Wrapt::Layout#format

Defined in:
lib/wrapt/layout.rb,
lib/wrapt/layout.rb

#formatObject

Gets the format that this layouter has been set to. Defaults to the default_format of the wrapt instance

May be set with Wrapt::Layout#format=



37
38
39
# File 'lib/wrapt/layout.rb', line 37

def format
  @format
end