Module: RubyView::DSL
- Included in:
- Context
- Defined in:
- lib/rubyview/dsl.rb
Instance Method Summary collapse
Instance Method Details
#container ⇒ Object
5 |
# File 'lib/rubyview/dsl.rb', line 5 def container(...); div(...); end |
#header ⇒ Object
3 |
# File 'lib/rubyview/dsl.rb', line 3 def header(...); h1(...); end |
#image ⇒ Object
6 |
# File 'lib/rubyview/dsl.rb', line 6 def image(...); img(...); end |
#text ⇒ Object
4 |
# File 'lib/rubyview/dsl.rb', line 4 def text(...); p(...); end |