Method: Megam::Components#content
- Defined in:
- lib/megam/core/components.rb
#content(arg = nil) ⇒ Object
97 98 99 100 101 102 103 |
# File 'lib/megam/core/components.rb', line 97 def content(arg=nil) if arg != nil @content = arg else @content end end |