summaryrefslogtreecommitdiff
path: root/lib/hashie/extensions/dash/property_translation.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hashie/extensions/dash/property_translation.rb')
-rw-r--r--lib/hashie/extensions/dash/property_translation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hashie/extensions/dash/property_translation.rb b/lib/hashie/extensions/dash/property_translation.rb
index c0fd009..8149faa 100644
--- a/lib/hashie/extensions/dash/property_translation.rb
+++ b/lib/hashie/extensions/dash/property_translation.rb
@@ -35,7 +35,7 @@ module Hashie
# end
#
# model = DataModelHash.new(id: '123', created: '2014-04-25 22:35:28')
- # model.id.class #=> Fixnum
+ # model.id.class #=> Integer (Fixnum if you are using Ruby 2.3 or lower)
# model.created_at.class #=> Time
module PropertyTranslation
def self.included(base)