Method: Integrity::Notifier::Base#build

Defined in:
lib/integrity/notifier/base.rb

#buildObject



23
24
25
26
# File 'lib/integrity/notifier/base.rb', line 23

def build
  warn "Notifier::Base#build is deprecated, use Notifier::Base#commit instead (#{caller[0]})"
  commit
end