Method: Clio.string

Defined in:
lib/clio/string.rb

.string(str) ⇒ Object



7
8
9
# File 'lib/clio/string.rb', line 7

def self.string(str)
  String.new(str)
end