public
Fork of timcharper/rubyamp
Description: TextMate bundle - Amplified Mate Productivity
Homepage: http://code.leadmediapartners.com/tools/rubyamp
Clone URL: git://github.com/drnic/rubyamp.git
rubyamp / Support / lib / go_to_external.rb
100644 7 lines (6 sloc) 0.165 kb
1
2
3
4
5
6
7
class GoToExternal
  # Returns the path of the project or file that best
  # matches the context of where the cursor/caret is currently
  def self.run
    
  end
end