Module: Facades

Defined in:
lib/facades/support/rails.rb,
lib/facades.rb,
lib/facades/helpers.rb,
lib/facades/version.rb,
lib/facades/sass_ext.rb,
lib/facades/debug/html.rb,
lib/facades/support/serve.rb,
lib/facades/support/tipsy.rb,
lib/facades/builders/table.rb,
lib/facades/helpers/layout.rb,
lib/facades/helpers/mobile.rb,
lib/facades/sass_ext/color.rb,
lib/facades/builders/sprite.rb,
lib/facades/helpers/utility.rb,
lib/facades/helpers/builders.rb,
lib/facades/helpers/elements.rb,
lib/facades/helpers/navigation.rb,
lib/facades/helpers/pagination.rb,
lib/facades/sass_ext/form_elements.rb

Overview

Stub engine to integrate asset pipeline.

Defined Under Namespace

Modules: Builders, Debug, Helpers, SassExt, Support Classes: Engine

Constant Summary collapse

VERSION =
"0.0.3"
@@enable_html5 =
true
@@debug_html =
false

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.helpersObject



33
34
35
# File 'lib/facades.rb', line 33

def self.helpers
  Facades::Helpers
end

Instance Method Details

#setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Facades)

    the object that the method was called on



37
38
39
# File 'lib/facades.rb', line 37

def setup(&block)
  yield self
end