Method: Widget#with_content

Defined in:
lib/widgets.rb

#with_contentObject Also known as: for_content



123
124
125
126
127
128
# File 'lib/widgets.rb', line 123

def with_content
#--{{{
  content yield 
  render
#--}}}
end