Module: RailsBlocks::Blocks::Renderer
- Included in:
- Block
- Defined in:
- lib/rails_blocks/blocks/renderer.rb
Instance Method Summary collapse
Instance Method Details
#b(b_name, options = {}, &content) ⇒ Object
4 5 6 |
# File 'lib/rails_blocks/blocks/renderer.rb', line 4 def b(b_name, ={}, &content) "b_name" end |
#e(e_name, options = {}, &content) ⇒ Object
8 9 10 |
# File 'lib/rails_blocks/blocks/renderer.rb', line 8 def e(e_name, ={}, &content) "e_name" end |