lib/har/page.rb in har-0.0.2 vs lib/har/page.rb in har-0.0.3

- old
+ new

@@ -6,13 +6,9 @@ def initialize(input, entries) super(input) @entries = entries end - def title - @data.fetch 'title' - end - # a little sugar alias_method :timings, :page_timings end end \ No newline at end of file