class String
Public Instance Methods
check(arg)
click to toggle source
# File lib/sinatra/core_ext/string.rb, line 2 def check(arg) self === arg.to_s end
# File lib/sinatra/core_ext/string.rb, line 2 def check(arg) self === arg.to_s end