module Opal module Command def self.ruby_repl require 'opal/context' ctx = Opal::Context.new ctx.start_repl end end end