Class: String
Overview
Copyright: 2015 Jordon Bedwell - Apache v2.0 License Encoding: utf-8
Instance Method Summary collapse
Instance Method Details
#to_a ⇒ Object
6 7 8 |
# File 'lib/docker/template/patches/string.rb', line 6 def to_a split " " end |