class Haml::Options

def [](key)

Parameters:
  • key () -- The value to retrieve.
def [](key)
  send key
end