Sha256: 0d3e5526237c75317a57d0cf4efb6c3481a7a6ac8da38fc6f834c343d645c7ac
Contents?: true
Size: 456 Bytes
Versions: 53
Compression:
Stored size: 456 Bytes
Contents
require "pry" module Guard module Commands class Show def self.import Pry::Commands.create_command "show" do group "Guard" description "Show all Guard plugins." banner <<-BANNER Usage: show Show all defined Guard plugins and their options. BANNER def process Guard.async_queue_add([:guard_show]) end end end end end end
Version data entries
53 entries across 53 versions & 10 rubygems