Module: Antelope::Ace::Grammar::Loading

Included in:
Antelope::Ace::Grammar
Defined in:
lib/antelope/ace/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:



47
48
49
# File 'lib/antelope/ace/grammar/loading.rb', line 47

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