class Opal::Nodes::TopNode

def absolute_const

Returns '$$$', but also ensures that the '$$$' variable is set
def absolute_const
  @define_absolute_const = true
  '$$$'
end