class RegexpError
Public Instance Methods
exception()
click to toggle source
# File lib/ask_error.rb, line 88 def exception return RegexpError.new("カッコつけて正規表現なんか使っちゃって!バッカみたい!") end
# File lib/ask_error.rb, line 88 def exception return RegexpError.new("カッコつけて正規表現なんか使っちゃって!バッカみたい!") end