banister / pry-doc

Provide MRI Core documentation and source code for the Pry REPL
https://github.com/banister/pry-doc
Other
9 stars 0 forks source link

pryq failsifies pry-doc #2

Open rking opened 11 years ago

rking commented 11 years ago

Hey bani —

Any clue why this doesn't work?

pry --no-plugins -e 'Thread.new { Pry.load_plugins; puts "Done." };'

Then doing like $ [].pop gives this:

Error: Cannot locate this method: pop. (source_location returns nil) 
dgutov commented 11 years ago

Likely because pry-doc uses Yard, and its method registry storage is thread-local.