File: console.rb

package info (click to toggle)
ruby-mysql2 0.5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,116 kB
  • sloc: ansic: 3,534; ruby: 3,447; sh: 297; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (6)
1
2
3
4
5
# Loaded by script/console. Land helpers here.

Pry.config.prompt = lambda do |context, *|
  "[mysql2] #{context}> "
end