Skip to content
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.

Commit

Permalink
Removed dispose method, since ideally you will never have to dispose …
Browse files Browse the repository at this point in the history
…of a source page.
  • Loading branch information
nilium committed Mar 24, 2009
1 parent 13e906f commit 8f7db43
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sourcepage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ def readLine()
return line, lineNumber
end

def dispose()
@@sourcePages.remove(File.basename(filePath))
end

def self.each_page(&pageBlock)
@@sourcePages.each_value do
|page|
Expand Down

0 comments on commit 8f7db43

Please sign in to comment.