Module: HashDial

Included in:
Hash
Defined in:
lib/hash_dial.rb,
lib/hash_dial/version.rb,
lib/hash_dial/hash_dialler.rb

Defined Under Namespace

Classes: HashDialler

Constant Summary collapse

VERSION =
"1.0.0"

Instance Method Summary collapse

Instance Method Details

#call(*lookup) ⇒ Object



12
13
14
# File 'lib/hash_dial.rb', line 12

def call(*lookup)
    return HashDialler.new(self, *lookup).call
end

#to_dial(*lookup) ⇒ Object Also known as: dial



6
7
8
# File 'lib/hash_dial.rb', line 6

def to_dial(*lookup)
    return HashDialler.new(self, *lookup)
end