Module: MaterialIcons

Defined in:
lib/material_icons.rb,
lib/material_icons/engine.rb,
lib/material_icons/version.rb,
app/helpers/material_icons/material_icon_helper.rb

Overview

Define the versions of the gem and Google material icons.

Defined Under Namespace

Modules: MaterialIconHelper Classes: Engine

Constant Summary collapse

MATERIAL_ICONS_VERSION =

Version for the library and the gem

'2.1.0'
VERSION =
'2.0.0'

Class Method Summary collapse

Class Method Details

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

Use the config from an initializer

Yields:

  • (_self)

Yield Parameters:

  • _self (MaterialIcons)

    the object that the method was called on



14
15
16
# File 'lib/material_icons.rb', line 14

def self.setup
  yield self
end