module CircleciNotify
Constants
- VERSION
Public Class Methods
run()
click to toggle source
# File lib/circleci_notify.rb, line 5 def self.run notifier = CircleciNotify::Notifier.new(ARGV.first) notifier.notify end