tell ruby what the filename of markups.rb is
Charlie Somerville charlie@charliesomerville.com
Wed, 04 Dec 2013 10:09:20 +1100
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
lib/github/markup.rb
→
lib/github/markup.rb
@@ -93,6 +93,7 @@ ""
end # Define markups - instance_eval File.read(File.dirname(__FILE__) + '/markups.rb') + markups_rb = File.dirname(__FILE__) + '/markups.rb' + instance_eval File.read(markups_rb), markups_rb end end