Class: Markdo::Command

Inherits:
Object
  • Object
show all
Defined in:
lib/markdo/command.rb

Instance Method Summary collapse

Constructor Details

#initialize(stdout, stderr, env) ⇒ Command



3
4
5
6
7
# File 'lib/markdo/command.rb', line 3

def initialize(stdout, stderr, env)
  @stdout = stdout
  @stderr = stderr
  @env = env
end

Instance Method Details

#runObject



9
10
# File 'lib/markdo/command.rb', line 9

def run
end