Module: ComponentLibrary

Defined in:
lib/component_library.rb,
lib/component_library/engine.rb,
lib/component_library/version.rb

Defined Under Namespace

Classes: Engine, InstallGenerator

Constant Summary collapse

VERSION =
"0.0.5"

Class Method Summary collapse

Class Method Details

.javascript_pathObject



19
20
21
# File 'lib/component_library.rb', line 19

def self.javascript_path
  '_component_library/library'
end

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

Yields:

  • (_self)

Yield Parameters:



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

def self.setup(&block)
  yield self
end

.stylesheet_pathObject



15
16
17
# File 'lib/component_library.rb', line 15

def self.stylesheet_path
  '_component_library/library'
end