Module: IconKit

Defined in:
lib/icon_kit.rb,
lib/icon_kit/engine.rb,
lib/icon_kit/version.rb,
app/helpers/icon_kit/icons_helper.rb

Defined Under Namespace

Modules: IconsHelper Classes: Engine

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (IconKit)

    the object that the method was called on



9
10
11
# File 'lib/icon_kit.rb', line 9

def self.configure
  yield self if block_given?
end