Class: Steppe::Result::Continue

Inherits:
Steppe::Result show all
Defined in:
lib/steppe/result.rb

Instance Attribute Summary

Attributes inherited from Steppe::Result

#errors, #params, #request, #response, #value

Instance Method Summary collapse

Methods inherited from Steppe::Result

#continue, #continue?, #copy, #halt, #initialize, #inspect, #invalid, #invalid?, #reset, #respond_with, #valid, #valid?

Constructor Details

This class inherits a constructor from Steppe::Result

Instance Method Details

#map(callable) ⇒ Object



55
56
57
# File 'lib/steppe/result.rb', line 55

def map(callable)
  callable.call(self)
end