lib/totter/client/timelines.rb in totter-0.2.4 vs lib/totter/client/timelines.rb in totter-0.2.5

- old
+ new

@@ -1,7 +1,7 @@ module Totter class Client - # Client methods for working with timelines + # Client methods for working with timelines. module Timelines # Default options sent with every timeline request unless otherwise specified. DEFAULT_TIMELINE_OPTIONS = { limit: 20 }