Commit 93a9bb5a by miyucy

don't tweak

parent 14685d41
$:.unshift(File.dirname(__FILE__)) unless require 'yaml'
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
module Annotate module Annotate
def self.version def self.version
...@@ -11,7 +10,7 @@ module Annotate ...@@ -11,7 +10,7 @@ module Annotate
version = "0.0.0" version = "0.0.0"
end end
end end
def self.load_tasks def self.load_tasks
if File.exists?('Rakefile') if File.exists?('Rakefile')
load 'Rakefile' load 'Rakefile'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment