We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06feba5 + 45c4ac3 commit 2a4672fCopy full SHA for 2a4672f
lib/execjs/module.rb
@@ -8,8 +8,6 @@ class ProgramError < Error; end
8
class RuntimeUnavailable < RuntimeError; end
9
10
class << self
11
- attr_reader :runtime
12
-
13
def runtime=(runtime)
14
raise RuntimeUnavailable, "#{runtime.name} is unavailable on this system" unless runtime.available?
15
@runtime = runtime
0 commit comments