Method: Casing::Controls::Hash::Symbol.example
- Defined in:
- lib/casing/controls/hash.rb
.example ⇒ Object
16 17 18 19 20 21 22 |
# File 'lib/casing/controls/hash.rb', line 16 def self.example { :underscore_symbol_key => :underscore_symbol_value, :camelSymbolKey => :camelSymbolValue, :PascalSymbolKey => :PascalSymbolValue } end |