Module: Casing::Controls::Hash::Nested::Array
- Defined in:
- lib/casing/controls/hash.rb
Class Method Summary collapse
Class Method Details
.example ⇒ Object
47 48 49 50 51 52 53 54 |
# File 'lib/casing/controls/hash.rb', line 47 def self.example array = [ { :array_nested_hash_a => :array_nested_hash_value_a }, { :array_nested_hash_b => :array_nested_hash_value_b } ] { :nested_array => array } end |