class RangeError

Public Instance Methods

exception() click to toggle source
# File lib/ask_error.rb, line 64
def exception
  return RangeError.new("やばーッ!これ大きすぎない?")
end