Module: GuardHelpers::RrjjHelper::ClassMethods

Defined in:
lib/guard_helpers/rrjj_helper.rb

Instance Method Summary collapse

Instance Method Details

#installObject



31
32
33
# File 'lib/guard_helpers/rrjj_helper.rb', line 31

def install
  bx 'rake install'
end

#write2rrjjshObject



39
40
41
42
# File 'lib/guard_helpers/rrjj_helper.rb', line 39

def write2rrjjsh
  load 'rrjj/cmds.rb'
  zro "rails_bashs write2rrjjsh"
end

#zro(bash) ⇒ Object



35
36
37
# File 'lib/guard_helpers/rrjj_helper.rb', line 35

def zro(bash)
  system "zeus ro #{bash}"
end