Module: Turf
- Defined in:
- lib/turf.rb,
lib/turf/lookup.rb,
lib/turf/version.rb
Defined Under Namespace
Classes: Lookup
Constant Summary collapse
- VERSION =
"1.2.0"
Class Method Summary collapse
Class Method Details
.find(message) ⇒ Object
9 10 11 12 |
# File 'lib/turf.rb', line 9 def find() m = Lookup.new m.find() end |
.method_missing(name, *args) ⇒ Object
14 15 16 |
# File 'lib/turf.rb', line 14 def method_missing(name, *args) find(name) end |