Skip to content

Commit

Permalink
Force US-ASCII encoding for callback.rb to hopefully make it run in r…
Browse files Browse the repository at this point in the history
…uby 2.0
  • Loading branch information
maxigs committed Jun 11, 2013
1 parent 836df06 commit d3d1808
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cramp/callbacks.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: US-ASCII
module Cramp
module Callbacks

Expand Down Expand Up @@ -106,4 +107,4 @@ def handle_exception(exception)
end

end
end
end

0 comments on commit d3d1808

Please sign in to comment.