Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. $ pry -r ./index.rb
  2. /Users/pelldalipi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': no such file to load -- index.rb (LoadError)
  3. from /Users/pelldalipi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  4. from /Users/pelldalipi/.rvm/gems/ruby-1.9.2-p290/gems/pry-0.9.2/bin/pry:49:in `block (2 levels) in <top (required)>'
  5. from /Users/pelldalipi/.rvm/gems/ruby-1.9.2-p290/gems/slop-1.9.1/lib/slop/option.rb:136:in `call'
  6. from /Users/pelldalipi/.rvm/gems/ruby-1.9.2-p290/gems/slop-1.9.1/lib/slop/option.rb:136:in `call'
  7. from /Users/pelldalipi/.rvm/gems/ruby-1.9.2-p290/gems/slop-1.9.1/lib/slop.rb:491:in `block in parse_items'
  8. from /Users/pelldalipi/.rvm/gems/ruby-1.9.2-p290/gems/slop-1.9.1/lib/slop.rb:454:in `each'
  9. from /Users/pelldalipi/.rvm/gems/ruby-1.9.2-p290/gems/slop-1.9.1/lib/slop.rb:454:in `each_with_index'
  10. from /Users/pelldalipi/.rvm/gems/ruby-1.9.2-p290/gems/slop-1.9.1/lib/slop.rb:454:in `parse_items'
  11. from /Users/pelldalipi/.rvm/gems/ruby-1.9.2-p290/gems/slop-1.9.1/lib/slop.rb:193:in `parse'
  12. from /Users/pelldalipi/.rvm/gems/ruby-1.9.2-p290/gems/slop-1.9.1/lib/slop.rb:427:in `initialize_and_parse'
  13. from /Users/pelldalipi/.rvm/gems/ruby-1.9.2-p290/gems/slop-1.9.1/lib/slop.rb:32:in `parse'
  14. from /Users/pelldalipi/.rvm/gems/ruby-1.9.2-p290/gems/pry-0.9.2/bin/pry:15:in `<top (required)>'
  15. from /Users/pelldalipi/.rvm/gems/ruby-1.9.2-p290/bin/pry:19:in `load'
  16. from /Users/pelldalipi/.rvm/gems/ruby-1.9.2-p290/bin/pry:19:in `<main>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement