.pryrc 179 B

12345678
  1. # -*- ruby -*-
  2. Pry.config.requires = ["./lib/experiment.rb"]
  3. Pry.config.prompt = proc {
  4. "#{Pry::Helpers::Text.cyan 'ruby_lab '}"\
  5. "#{Pry::Helpers::Text.bright_blue '~> '}"
  6. }