class MrDarcy::Promise::State::Rejected
Represents the rejected state of a promise.
Public Instance Methods
rejected?()
click to toggle source
# File lib/mr_darcy/promise/state/rejected.rb, line 6 def rejected? true end