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