module Antelope::Grammar::Loading
Handles loading to and from files and strings.
Public Class Methods
included(receiver)
click to toggle source
Extends the grammar with the class methods.
@param receiver [Grammar] @see ClassMethods
# File lib/antelope/grammar/loading.rb, line 79 def self.included(receiver) receiver.extend ClassMethods end