# File lib/rhc/helpers.rb, line 118 def deprecated_option(deprecated,new) deprecated("The option '#{deprecated}' is deprecated. Please use '#{new}' instead") end