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
-
.included(receiver) ⇒ Object
Extends the grammar with the class methods.
Class Method Details
.included(receiver) ⇒ Object
Extends the grammar with the class methods.
47 48 49 |
# File 'lib/antelope/ace/grammar/loading.rb', line 47 def self.included(receiver) receiver.extend ClassMethods end |