sckott / serrano

Low level Ruby client for Crossref
https://rubydoc.info/gems/serrano
MIT License
31 stars 3 forks source link

>= ruby 2.4.0 warns that constant ::Fixnum is deprecated #50

Closed dshorthouse closed 6 years ago

dshorthouse commented 6 years ago

https://github.com/sckott/serrano/blob/e778042b373d16e6afd1e50e9867e5744574fed9/lib/serrano/request_cursor.rb#L65

Could this instead be:

if !self.cursor_max.kind_of?(Integer)
  raise "cursor_max must be of class int"
end
sckott commented 6 years ago

thanks @dshorthouse will have a look