Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions truffle/src/main/ruby/core/encoding.rb
Original file line number Diff line number Diff line change
@@ -230,12 +230,6 @@ def initialize(from, to, options=undefined)
end
initialize_jruby(*[@source_encoding, @destination_encoding, @options])
end

alias_method :initialize_rubinius, :initialize

def initialize(*args)
initialize_rubinius(*args)
end

def convert(str)
str = StringValue(str)

0 comments on commit 9f3d164

Please sign in to comment.