Class: SimpleNavigationRenderers::Bootstrap2

Inherits:
SimpleNavigation::Renderer::Base
  • Object
show all
Includes:
Bootstrap
Defined in:
lib/simple_navigation_renderers/bootstrap.rb

Instance Method Summary collapse

Methods included from Bootstrap

#render

Constructor Details

#initialize(options) ⇒ Bootstrap2



118
119
120
# File 'lib/simple_navigation_renderers/bootstrap.rb', line 118

def initialize( options )
  super( options.merge!({bv: 2}) ) # add bootstrap version option
end