twingly / twingly-search-api-ruby

:gem: Twingly Blog Search API in Ruby
https://developer.twingly.com/
MIT License
4 stars 0 forks source link

Missing comma and space in inspect methods #66

Closed dentarg closed 5 years ago

dentarg commented 7 years ago

Example

#<Twingly::Search::Result:0x3fc26a8a3448 @posts, @number_of_matches_returned=0, @number_of_matches_total=0@incomplete_result=false>

See

https://github.com/twingly/twingly-search-api-ruby/blob/v5.1.0/lib/twingly/livefeed/result.rb#L32 https://github.com/twingly/twingly-search-api-ruby/blob/v5.1.0/lib/twingly/search/result.rb#L40

jage commented 5 years ago

79 is a duplicate of this, but with more info, will close this as a duplicate instead.