Skip to content

Commit

Permalink
Merge pull request #11 from Sage/remove_fixnum_usage
Browse files Browse the repository at this point in the history
Fixnum usage removal
  • Loading branch information
vaughanbrittonsage authored Feb 27, 2018
2 parents 84bd684 + ad53275 commit c58f8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hash_kit/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def convert_array_values(array)

def standard_type?(obj)
[
String, Fixnum, Numeric, Float, Date, DateTime, Time, Integer, TrueClass, FalseClass, NilClass, Symbol
String, Numeric, Float, Date, DateTime, Time, Integer, TrueClass, FalseClass, NilClass, Symbol
].detect do |klass|
obj.is_a?(klass)
end
Expand Down

0 comments on commit c58f8ab

Please sign in to comment.