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.
45 46 47 |
# File 'lib/antelope/ace/grammar/loading.rb', line 45 def self.included(receiver) receiver.extend ClassMethods end |