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