Method: Pry::Method#comment
- Defined in:
- lib/pry/method.rb
#comment ⇒ Object
515 516 517 |
# File 'lib/pry/method.rb', line 515 def comment Pry::Code.from_file(source_file).comment_describing(source_line) end |
515 516 517 |
# File 'lib/pry/method.rb', line 515 def comment Pry::Code.from_file(source_file).comment_describing(source_line) end |