Flowdock
deprecate(*method_names) public

Declare that a method has been deprecated.

  deprecate :foo
  deprecate :bar => 'message'
  deprecate :foo, :bar, :baz => 'warning!', :qux => 'gone!'
Show source
Register or log in to add new notes.