class EyeOfNewt::InvalidIngredient

Attributes

original[RW]

Public Class Methods

new(line, original=nil) click to toggle source
Calls superclass method
# File lib/eye_of_newt/errors.rb, line 18
def initialize(line, original=nil)
  super(%Q{Could not parse "#{line}" as ingredient})
  self.original = original
end