Module: FxLib

Defined in:
lib/fx_lib.rb,
lib/fx_lib/engine.rb,
lib/fx_lib/version.rb,
app/models/fx_lib/fx_rate.rb

Defined Under Namespace

Classes: Engine, ExchangeRate, FxRate

Constant Summary collapse

VERSION =
"0.1.5"

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (FxLib)

    the object that the method was called on



13
14
15
# File 'lib/fx_lib.rb', line 13

def self.setup
  yield self
end