Sha256: 35684c9b6f60955ecaac3637076a5c8137db5ebe76f20a42cc4b310fd649465a
Contents?: true
Size: 317 Bytes
Versions: 24
Compression:
Stored size: 317 Bytes
Contents
if defined?(PryByebug) Pry.commands.alias_command 'c', 'continue' Pry.commands.alias_command 's', 'step' Pry.commands.alias_command 'n', 'next' Pry.commands.alias_command 'f', 'finish' end if defined?(Rails) require 'rails/console/app' require 'rails/console/helpers' include Rails::ConsoleMethods end
Version data entries
24 entries across 24 versions & 1 rubygems