class ThreadError

Public Instance Methods

exception() click to toggle source
# File lib/ask_error.rb, line 82
def exception
  return ThreadError.new("スレッドのエラーよ!ちゃんと確認しなさい!")
end