Sha256: d7d680daed50f42a862e6c3e5e9466f0767532dea69802edc463947f5825124a
Contents?: true
Size: 352 Bytes
Versions: 7
Compression:
Stored size: 352 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 # rubocop:disable Style/MixinUsage end
Version data entries
7 entries across 7 versions & 1 rubygems