Module: Zx
- Includes:
- Either
- Defined in:
- lib/zx.rb,
lib/zx/maybe.rb,
lib/zx/steps.rb,
lib/zx/either.rb,
lib/zx/version.rb
Defined Under Namespace
Modules: Either, Maybe Classes: Steps
Constant Summary collapse
- VERSION =
'0.0.1'
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
4 5 6 7 |
# File 'lib/zx.rb', line 4 def self.included(klass) klass.include(Maybe::Maybeable) klass.extend(Maybe::Maybeable) end |