Class: Flatito::YAMLWithLineNumber::ClassLoader

Inherits:
Psych::ClassLoader
  • Object
show all
Defined in:
lib/flatito/yaml_with_line_number.rb

Instance Method Summary collapse

Instance Method Details

#find(klassname) ⇒ Object



32
33
34
# File 'lib/flatito/yaml_with_line_number.rb', line 32

def find(klassname)
  Whatever.new(klassname)
end