pry / pry-doc

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

MRI code extraction doesnt work when { appears on line immediately after struct #84

Open banister opened 6 years ago

banister commented 6 years ago

this works:

struct foo {
};

This does not:

struct foo
{
};