Method: Writ.run

Defined in:
lib/writ.rb

.run(*args, &block) ⇒ Object

Public: Run the command with the provided input. Any arguments will be forwarded to ‘Writ#new`.

Returns a Writ::Outcome.



8
9
10
# File 'lib/writ.rb', line 8

def self.run(*args, &block)
  new(*args, &block).run!
end