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
Version | Path |
---|---|
utopia-2.13.3 | bake/utopia/shell.rb |
utopia-2.13.2 | bake/utopia/shell.rb |
utopia-2.13.1 | bake/utopia/shell.rb |
utopia-2.13.0 | bake/utopia/shell.rb |