Module: Bootstrapper
- Extended by:
- Bootstrap::ComponentLoader
- Included in:
- Card::Act::ActRenderer, Card::Action::ActionRenderer
- Defined in:
- mod/bootstrap/lib/bootstrapper.rb
Instance Method Summary collapse
Methods included from Bootstrap::ComponentLoader
components, include_component, load_components, to_const
Instance Method Details
#bootstrap ⇒ Object
5 6 7 |
# File 'mod/bootstrap/lib/bootstrapper.rb', line 5 def bootstrap @bootstrap ||= ::Bootstrap.new(self) end |
#bs(*args, &block) ⇒ Object
9 10 11 |
# File 'mod/bootstrap/lib/bootstrapper.rb', line 9 def bs *args, &block bootstrap.render *args, &block end |