Sha256: 76603dc1180ce1169febd058a1fa293fd417210fa2bc270974e68fb00e13f9dd
Contents?: true
Size: 476 Bytes
Versions: 53
Compression:
Stored size: 476 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 Notifier.toggle end end end end end end
Version data entries
53 entries across 53 versions & 10 rubygems