Method: FakeS3::S3MatchSet#initialize
- Defined in:
- lib/fakes3/sorted_object_list.rb
#initialize ⇒ S3MatchSet
Returns a new instance of S3MatchSet.
5 6 7 8 9 |
# File 'lib/fakes3/sorted_object_list.rb', line 5 def initialize @matches = [] @is_truncated = false @common_prefixes = [] end |