Module: Steppable

Included in:
CooklangRb::Tag, CooklangRb::Text
Defined in:
lib/cooklang_rb/steppable.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



2
3
4
5
# File 'lib/cooklang_rb/steppable.rb', line 2

def self.included(base)
  base.include InstanceMethods
  base.extend ClassMethods
end