Method: ExtraLoop::ExtractorBase#parse
- Defined in:
- lib/extraloop/extractor_base.rb
#parse(input) ⇒ Object
38 39 40 |
# File 'lib/extraloop/extractor_base.rb', line 38 def parse(input) raise Exceptions::ExtractorParseError.new "input parameter must be a string" unless input.is_a?(String) end |