Class: Uberkit::Displayer

Inherits:
Object
  • Object
show all
Includes:
ActionView::Helpers::CaptureHelper, ActionView::Helpers::TagHelper, ActionView::Helpers::TextHelper
Defined in:
lib/uberkit/displayer.rb

Direct Known Subclasses

Menu::NavigationMenu

Instance Method Summary collapse

Constructor Details

#initialize(template) ⇒ Displayer

Returns a new instance of Displayer.



7
8
9
# File 'lib/uberkit/displayer.rb', line 7

def initialize(template)
  @template = template
end

Instance Method Details

#is_haml?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/uberkit/displayer.rb', line 11

def is_haml?
  false
end