Module: Lightr::Grammar

Included in:
JavaScript, Ruby
Defined in:
lib/lightr/mixins/grammar.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
7
# File 'lib/lightr/mixins/grammar.rb', line 4

def self.included base
  base.extend ClassMethods
  base.send :include, InstanceMethods
end