Skip to content

Commit

Permalink
Hm
Browse files Browse the repository at this point in the history
  • Loading branch information
kdwinter committed Sep 21, 2011
1 parent 283fb6b commit d904fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aurb/main.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# encoding: utf-8 # encoding: utf-8


require 'rubygems' if RUBY_DESCRIPTION =~ /rubinius/i require 'rubygems' if RUBY_DESCRIPTION =~ /(rubinius|jruby)/i
require 'thor' require 'thor'
require File.expand_path('../../aurb', __FILE__) require File.expand_path('../../aurb', __FILE__)


Expand Down

0 comments on commit d904fcc

Please sign in to comment.