class Bcome::Exception::DeprecationWarning
Public Instance Methods
message_prefix()
click to toggle source
# File lib/objects/exception/deprecation_warning.rb, line 6 def message_prefix msg = "Your configuration relies on a deprecated version of Bcome, with which version #{::Bcome::VERSION} is not compatible.\n\n" msg += 'Pin your bcome gem to version 0.7.0, or see our new documentation at https://github.com/webzakimbo/bcome-kontrol for changes' msg end