Sha256: d22bdc1877349ccb9cb211ce79bb5252c3be8c12b66c1a0cd7224de0c540f88e
Contents?: true
Size: 363 Bytes
Versions: 2
Compression:
Stored size: 363 Bytes
Contents
require 'guard/awestruct' module Awestruct module CLI class Auto def initialize(path) @path = path end def run() Guard.setup Guard.start( :guardfile=>File.dirname(__FILE__) + '/Guardfile', :watchdir=>@path, :watch_all_modifications=>true ) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
awestructx-0.4.1 | lib/awestruct/cli/auto.rb |
awestructx-0.4.0 | lib/awestruct/cli/auto.rb |