Sha256: 3e4790e9c4e04204f4bacb4fbe71911c8e1a17c934c88ba6ee3a0798ea02c549
Contents?: true
Size: 554 Bytes
Versions: 10
Compression:
Stored size: 554 Bytes
Contents
# ========================================================================== # Project: Ivory # Copyright: ©2010 Strobe Inc. All rights reserved. # License: Licened under MIT license (see LICENSE) # ========================================================================== module Ivory class Process def initialize(ctx=nil) @ctx = ctx end # *args req to make this appear as a func def cwd(*args) Dir.pwd end def stdout $stdout end end end Spade.exports = Ivory::Process
Version data entries
10 entries across 10 versions & 2 rubygems