ruby
メソッドが存在しない時分岐させたい
code:ruby
class Hoge
end
# 存在するとtrue、しないとfalse
Hoge.respond_to? :not_exist_method
#Ruby