mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
fixed bug in make_header, changed Helpers.Text to Helpers::Text
This commit is contained in:
parent
56649a909c
commit
9484216ecc
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class Pry
|
|||
"\n#{Pry::Helpers::Text.bold('From:')} #{file} @ line #{line}:\n#{num_lines}\n\n"
|
||||
else
|
||||
file = Pry::MethodInfo.info_for(meth).file
|
||||
"\n#{Pry::Helpers.Text.bold('From:')} #{file} in Ruby Core (C Method):\n#{num_lines}\n\n"
|
||||
"\n#{Pry::Helpers::Text.bold('From:')} #{file} in Ruby Core (C Method):\n#{num_lines}\n\n"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue