class Steep::Interface::Substitution

def [](key)

def [](key)
  dictionary[key] or raise "Unknown variable: #{key}"
end