class RuboCop::Cop::VariableForce

def variable_table

def variable_table
  @variable_table ||= VariableTable.new(self)
end