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