Skip to content

Commit 2a4672f

Browse files
authored
Merge pull request #145 from viralpraxis/drop-redundant-execjs-runtime-attr-reader
Drop obsolete `ExecJS.runtime` attr_reader
2 parents 06feba5 + 45c4ac3 commit 2a4672f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/execjs/module.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ class ProgramError < Error; end
88
class RuntimeUnavailable < RuntimeError; end
99

1010
class << self
11-
attr_reader :runtime
12-
1311
def runtime=(runtime)
1412
raise RuntimeUnavailable, "#{runtime.name} is unavailable on this system" unless runtime.available?
1513
@runtime = runtime

0 commit comments

Comments
 (0)