1
0
Fork 0
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:
Robert Gleeson 2012-08-09 22:46:32 +01:00
parent 07f7e988cf
commit 6d9b2ae1fa

View file

@ -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