Remove Pager#page.

This commit is contained in:
Robert Gleeson 2012-08-09 22:46:32 +01:00
parent 07f7e988cf
commit 6d9b2ae1fa
1 changed files with 0 additions and 4 deletions

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