class IndexError

Public Instance Methods

exception() click to toggle source
# File lib/ask_error.rb, line 40
def exception
  return IndexError.new("何してんのよ!添字が足りなくなったじゃない!")
end