変数が定義されているか判定する
a = true b = nil defined? a #=> "local-variable" defined? b #=> "local-variable" defined? c #=> nil