mirror of
https://github.com/ditkrg/schemable.git
synced 2026-01-25 07:36:40 +00:00
Ensures type safety
This commit is contained in:
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user