Module: Zx::Maybe
- Included in:
- Steps
- Defined in:
- lib/zx/maybe.rb
Defined Under Namespace
Modules: Maybeable
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
28 29 30 31 |
# File 'lib/zx/maybe.rb', line 28 def self.included(klass) klass.include(Maybeable) klass.extend(Maybeable) end |