Class: SimpleNavigationRenderers::Bootstrap3

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) ⇒ Bootstrap3

Returns a new instance of Bootstrap3.



77
78
79
# File 'lib/simple_navigation_renderers/bootstrap.rb', line 77

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