Skip to content

Commit

Permalink
hoge
Browse files Browse the repository at this point in the history
  • Loading branch information
pokutuna committed Oct 19, 2011
1 parent 2e2bbe7 commit c4b8163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/muplin.rb
Expand Up @@ -5,7 +5,7 @@
module Muplin

def self.exec(src_file, outline, dest_file = 'muplined.pdf')
doc = Muplin.Outliner.new(src_file)
doc = Muplin::Outliner.new(src_file)
doc.clear_outlines
raise ArgumentError 'invalid outline' unless doc.instance_eval { sections? outline }
doc.define_outline(outline)
Expand Down

0 comments on commit c4b8163

Please sign in to comment.