Module: GraphGuru

Defined in:
lib/graph_guru.rb,
lib/graph_guru/engine.rb,
lib/graph_guru/helper.rb,
lib/graph_guru/version.rb

Defined Under Namespace

Modules: Helper Classes: Engine

Constant Summary collapse

VERSION =
"0.1.0"
@@date_format =
nil

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (GraphGuru)

    the object that the method was called on



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

def self.setup
	yield self
end