Method: Megam::Components#content

Defined in:
lib/megam/core/components.rb

#content(arg = nil) ⇒ Object



102
103
104
105
106
107
108
# File 'lib/megam/core/components.rb', line 102

def content(arg = nil)
  if !arg.nil?
    @content = arg
  else
    @content
  end
end