summaryrefslogtreecommitdiff
path: root/lib/rubygems/request_set/lockfile.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/request_set/lockfile.rb4
1 files changed, 4 insertions, 0 deletions
@@ -5,10 +5,12 @@
# constructed.
class Gem::RequestSet::Lockfile
##
# Raised when a lockfile cannot be parsed
class ParseError < Gem::Exception
##
# The column where the error was encountered
@@ -34,6 +36,7 @@ class Gem::RequestSet::Lockfile
@path = path
super "#{message} (at line #{line} column #{column})"
end
end
##
@@ -234,6 +237,7 @@ class Gem::RequestSet::Lockfile
def requests
@set.sorted_requests
end
end
require 'rubygems/request_set/lockfile/tokenizer'