Ensures type safety

This commit is contained in:
Muhammad Nawzad
2023-11-17 16:11:20 +03:00
parent dc89944058
commit 6908df347a
5 changed files with 6 additions and 10 deletions

View File

@@ -297,7 +297,7 @@ module Schemable
#
# @param hash [Hash] The hash with all the keys camelized.
#
# @return [Hash] The hash with all the keys camelized.
# @return [Hash, Array] The hash with all the keys camelized.
#
# @example
# { first_name: 'John', last_name: 'Doe' } => { firstName: 'John', lastName: 'Doe' }