Module: Havior::Helper
- Defined in:
- lib/havior/helper.rb
Instance Method Summary collapse
Instance Method Details
#haviors(&block) ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/havior/helper.rb', line 4 def haviors &block builder = Builder.new block.call builder = builder.refer_to_javascripts += builder.refer_to_stylesheets raw end |