class EyeOfNewt::UnknownConversion

Public Class Methods

new(from, to) click to toggle source
Calls superclass method
# File lib/eye_of_newt/errors.rb, line 11
def initialize(from, to)
  super(%Q{Can't convert from "#{from}" to "#{to}"})
end