Skip to content

Commit

Permalink
Remove outdated Encoding workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Mar 2, 2022
1 parent 610e88a commit 0f9cec1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
26 changes: 0 additions & 26 deletions lib/execjs/encoding.rb

This file was deleted.

4 changes: 0 additions & 4 deletions lib/execjs/runtime.rb
@@ -1,11 +1,7 @@
require "execjs/encoding"

module ExecJS
# Abstract base class for runtimes
class Runtime
class Context
include Encoding

def initialize(runtime, source = "", options = {})
end

Expand Down

0 comments on commit 0f9cec1

Please sign in to comment.