Class: String

Inherits:
Object show all
Defined in:
lib/docker/template/patches/string.rb

Overview

Copyright: 2015 Jordon Bedwell - Apache v2.0 License Encoding: utf-8

Instance Method Summary collapse

Instance Method Details

#to_aObject



6
7
8
# File 'lib/docker/template/patches/string.rb', line 6

def to_a
  split " "
end