Class: Droiuby::Android::DummyOtherwise
- Defined in:
- lib/droiuby/android.rb
Instance Method Summary collapse
-
#initialize(return_value) ⇒ DummyOtherwise
constructor
A new instance of DummyOtherwise.
- #otherwise(&block) ⇒ Object
- #value ⇒ Object
Constructor Details
#initialize(return_value) ⇒ DummyOtherwise
Returns a new instance of DummyOtherwise.
19 20 21 |
# File 'lib/droiuby/android.rb', line 19 def initialize(return_value) @return_value = return_value end |