class NotImplementedError
Public Instance Methods
exception()
click to toggle source
# File lib/ask_error.rb, line 10 def exception return SyntaxError.new("この機能実装してないでしょ!") end
# File lib/ask_error.rb, line 10 def exception return SyntaxError.new("この機能実装してないでしょ!") end