class Symbol

Public Instance Methods

check(arg) click to toggle source
# File lib/sinatra/core_ext/symbol.rb, line 2
def check(arg)
  self === arg.to_sym
end