Skip to content

Commit 87d8aa2

Browse files
committed
fix YAML encoder for Ruby 1.8.7
1 parent a3a1617 commit 87d8aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/coderay/encoders/yaml.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def setup options
2020
end
2121

2222
def finish options
23-
YAML.dump @data, @out
23+
::YAML.dump @data, @out
2424

2525
super
2626
end

0 commit comments

Comments
 (0)