module RuboCop::Cop::SurroundingSpace

def index_of_first_token(node)

def index_of_first_token(node)
  b = node.loc.expression.begin
  token_table[[b.line, b.column]]
end