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

Returns a new instance of Bootstrap2.



69
70
71
# File 'lib/simple_navigation_renderers/bootstrap.rb', line 69

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