class String

Public Instance Methods

spacer() click to toggle source
# File lib/string_spacer.rb, line 2
def spacer
  self.chars.join(' ')
end