Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/codebutler/sinatra.rb,
lib/codebutler/sinatra.rb
Instance Method Summary collapse
Instance Method Details
#to_proc ⇒ Object
985 986 987 |
# File 'lib/codebutler/sinatra.rb', line 985 def to_proc Proc.new { |*args| args.shift.__send__(self, *args) } end |
#to_result(cx, *args) ⇒ Object
1034 1035 1036 |
# File 'lib/codebutler/sinatra.rb', line 1034 def to_result(cx, *args) cx.send(self, *args) end |