class Generated::Rule

Attributes

location[RW]

@return [String] The location of this rule

Public Class Methods

new(location) click to toggle source
# File lib/ruby_grammar_builder/generated/rule.rb, line 8
def initialize(location)
    @location = location
end