Sha256: 9f04c1ef1027ae754a44db2f85d5217821209c53f1b4cb1403ddabf041f51f95
Contents?: true
Size: 485 Bytes
Versions: 16
Compression:
Stored size: 485 Bytes
Contents
require "pry" require "guard/notifier" module Guard module Commands class Notification def self.import Pry::Commands.create_command "notification" do group "Guard" description "Toggles the notifications." banner <<-BANNER Usage: notification Toggles the notifications on and off. BANNER def process ::Guard::Notifier.toggle end end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems