Sha256: 57e7d978734f6a48d26acb8a19993ef7019efd3285b7f0ac3de57d8869281a39

Contents?: true

Size: 103 Bytes

Versions: 14

Compression:

Stored size: 103 Bytes

Contents

class ArrayConverter

  def self.to_s!(array)
    array.map! { |s| s.to_s } if array.present?
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
rubber_stamp-0.15.1 lib/support/array_converter.rb
rubber_stamp-0.13.0 lib/support/array_converter.rb
controlled_versioning-0.12.0 lib/support/array_converter.rb
controlled_versioning-0.11.0 lib/support/array_converter.rb
controlled_versioning-0.10.0 lib/support/array_converter.rb
controlled_versioning-0.9.2 lib/support/array_converter.rb
controlled_versioning-0.9.1 lib/support/array_converter.rb
controlled_versioning-0.9.0 lib/support/array_converter.rb
controlled_versioning-0.8.0 lib/support/array_converter.rb
controlled_versioning-0.7.2 lib/support/array_converter.rb
controlled_versioning-0.6.3 lib/support/array_converter.rb
controlled_versioning-0.6.2 lib/support/array_converter.rb
controlled_versioning-0.6.1 lib/support/array_converter.rb
controlled_versioning-0.6 lib/support/array_converter.rb