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



29
30
31
32
# File 'lib/zx/maybe.rb', line 29

def self.included(klass)
  klass.include(Maybeable)
  klass.extend(Maybeable)
end