Class: StringArray
- Inherits:
-
NormalizedArray
- Object
- Array
- NormalizedArray
- StringArray
- Defined in:
- lib/doodle/normalized_array.rb
Instance Method Summary collapse
Methods included from NormalizedArrayMethods::ClassMethods
Methods included from NormalizedArrayMethods::InstanceMethods
#<<, #[], #[]=, #at, #collect!, #concat, #delete, #delete_at, #fetch, #fill, #first, #include?, #index, #initialize, #insert, #last, #map!, #normalize_index, #normalize_indices, #normalize_values, #push, #reject!, #replace, #rindex, #slice, #slice!, #unshift, #values_at, #zip
Methods included from ArraySentence
Instance Method Details
#normalize_value(v) ⇒ Object
377 378 379 380 |
# File 'lib/doodle/normalized_array.rb', line 377 def normalize_value(v) p [self.class, :normalize_value, v] v.to_s end |