Sha256: 7efe71e072ee56cf64becd0dd6e751b2067dde43a225117347995cfd8f654187
Contents?: true
Size: 351 Bytes
Versions: 24
Compression:
Stored size: 351 Bytes
Contents
# frozen_string_literal: true # Start an interactive console for the web application. def shell call 'utopia:environment' require 'utopia/shell' binding = Utopia::Shell.new(self.context).binding IRB.setup(binding.source_location[0], argv: []) workspace = IRB::WorkSpace.new(binding) irb = IRB::Irb.new(workspace) irb.run(IRB.conf) end
Version data entries
24 entries across 24 versions & 1 rubygems