Method: FormatEngine::SpecInfo#found?

Defined in:
lib/format_engine/spec_info.rb

#found?Boolean

Was the last parse a success?

Returns:

  • (Boolean)


91
92
93
# File 'lib/format_engine/spec_info.rb', line 91

def found?
   @prematch.empty? && !@match.empty?
end