mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Remove dead method
It's not used in any calculations. Signed-off-by: Kyrylo Silin <kyrylosilin@gmail.com>
This commit is contained in:
parent
46b6825301
commit
9a85d068ba
1 changed files with 0 additions and 5 deletions
|
@ -150,11 +150,6 @@ def sample_method
|
|||
:sample
|
||||
end
|
||||
|
||||
# another sample doc
|
||||
def another_sample_method
|
||||
:another_sample
|
||||
end
|
||||
|
||||
# Set I/O streams.
|
||||
#
|
||||
# Out defaults to an anonymous StringIO.
|
||||
|
|
Loading…
Reference in a new issue