Method: Teber::Locator#initialize
- Defined in:
- lib/teber/locator.rb
#initialize(how, what, options = { "hidden" => false, "ajax_load" => false, }) ⇒ Locator
7 8 9 10 11 12 13 14 15 16 17 |
# File 'lib/teber/locator.rb', line 7 def initialize( how, what, = { "hidden" => false, "ajax_load" => false, }) @how = how @what = what = end |