Module: Antelope::Grammar::Loading

Included in:
Antelope::Grammar
Defined in:
lib/antelope/grammar/loading.rb

Overview

Handles loading to and from files and strings.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object

Extends the grammar with the class methods.

Parameters:

See Also:



79
80
81
# File 'lib/antelope/grammar/loading.rb', line 79

def self.included(receiver)
  receiver.extend ClassMethods
end