class Middleman::Application

def environment?(key)

def environment?(key)
  config[:environment] == key
end