# File lib/execjs/runtime.rb, line 9 def initialize(runtime, source = "") end
# File lib/execjs/runtime.rb, line 20 def call(properties, *args) raise NotImplementedError end
# File lib/execjs/runtime.rb, line 16 def eval(source, options = {}) raise NotImplementedError end
# File lib/execjs/runtime.rb, line 12 def exec(source, options = {}) raise NotImplementedError end