the cop struck again
This commit is contained in:
parent
48af14f5c9
commit
272f99daf7
@ -106,15 +106,15 @@ module Typed
|
||||
Tree::IntegerExpression.new(expression.children.first)
|
||||
end
|
||||
|
||||
def on_true expression
|
||||
def on_true _expression
|
||||
Tree::TrueExpression.new
|
||||
end
|
||||
|
||||
def on_false expression
|
||||
def on_false _expression
|
||||
Tree::FalseExpression.new
|
||||
end
|
||||
|
||||
def on_nil expression
|
||||
def on_nil _expression
|
||||
Tree::NilExpression.new
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user