class Antelope::DSL::Contexts::Precedence

Attributes

data[R]
precedences[R]

Public Instance Methods

precedence(type, contents) click to toggle source
# File lib/antelope/dsl/contexts/precedence.rb, line 5
def precedence(type, contents)
  @precedences << [type].concat(contents)
end

Private Instance Methods

before_call() click to toggle source
# File lib/antelope/dsl/contexts/precedence.rb, line 14
def before_call
  @precedences = []
end