Class: PostmonRuby::Finders::Finders

Inherits:
Object
  • Object
show all
Defined in:
lib/postmon_ruby/finders/finders.rb

Class Method Summary collapse

Class Method Details

.get_finder(finder) ⇒ Object



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

def self.get_finder(finder)
  @finders[finder.to_sym]
end