Module: Tornado::Applications::Textmate

Defined in:
lib/applications/textmate.rb

Instance Method Summary collapse

Instance Method Details

#open(*args) ⇒ Object



2
3
4
5
6
7
# File 'lib/applications/textmate.rb', line 2

def open(*args)
  args.each do |file_path|
    file_path.sub!(/~/, ENV["HOME"])
    app.open(file_path)
  end
end