Method: MARC::NokogiriReader#method_missing
- Defined in:
- lib/marc/xml_parsers.rb
#method_missing(method_name, *args) ⇒ Object
160 161 162 163 164 |
# File 'lib/marc/xml_parsers.rb', line 160 def method_missing(method_name, *args) unless SAX_METHODS.include?(method_name) raise NoMethodError.new("undefined method '#{method_name} for #{self}", "no_meth") end end |