Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/codebutler/sinatra.rb
Instance Method Summary collapse
Instance Method Details
#to_result(cx, *args) ⇒ Object
1040 1041 1042 1043 |
# File 'lib/codebutler/sinatra.rb', line 1040 def to_result(cx, *args) cx.status self args.shift.to_result(cx, *args) end |