class Syntax::Ruby

def setup

Perform ruby-specific setup
def setup
  @selector = false
  @allow_operator = false
  @heredocs = []
end