class EY::RefRequired

Public Class Methods

new(options) click to toggle source
Calls superclass method
# File lib/engineyard/error.rb, line 64
    def initialize(options)
      super <<-ERR
Unable to determine the branch or ref to deploy
Usage: ey deploy --ref [ref]
      ERR
    end