mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Remove Pager#page.
This commit is contained in:
parent
07f7e988cf
commit
6d9b2ae1fa
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@ class Pry::Pager
|
|||
end
|
||||
end
|
||||
|
||||
def page
|
||||
raise NotImplementedError, "#{self.class} does not implement #page."
|
||||
end
|
||||
|
||||
def initialize(text)
|
||||
@text = text
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue