Module: BundleMate

Defined in:
lib/bundle_mate/application.rb,
lib/bundle_mate.rb,
lib/bundle_mate/bundle.rb

Overview

:nodoc:

Defined Under Namespace

Modules: VERSION Classes: Application, Bundle

Constant Summary collapse

MACROMATES_REPOSITORY =
'http://macromates.com/svn/Bundles/trunk/Bundles/'

Class Method Summary collapse

Class Method Details

.reload_textmate_bundles!Object



6
7
8
# File 'lib/bundle_mate.rb', line 6

def self.reload_textmate_bundles!
  system("osascript -e 'tell app \"TextMate\" to reload bundles'")
end