Class: GitWaybackMachine::History

Inherits:
Array
  • Object
show all
Defined in:
lib/git_wayback_machine/history.rb

Defined Under Namespace

Classes: Entry

Constant Summary collapse

SIZE =
200

Instance Method Summary collapse

Constructor Details

#initializeHistory

Returns a new instance of History.



6
7
8
# File 'lib/git_wayback_machine/history.rb', line 6

def initialize
  super raw_entries.map { |entry| Entry.new *entry }
end