Class: Yatte::Run

Inherits:
Object
  • Object
show all
Defined in:
lib/yatte/run.rb

Class Method Summary collapse

Class Method Details

.call(argv = ARGV) ⇒ Object



5
6
7
8
# File 'lib/yatte/run.rb', line 5

def self.call(argv = ARGV)
  editor = Editor.new(filenames: argv)
  editor.run
end