40 41 42 43
# File 'lib/antlr4/base.rb', line 40 def get(x,y) return fetch(x) if self.has_key? x return y end