class String

Public Instance Methods

to_array() click to toggle source
# File lib/jekyll-aplayer/cores/extend.rb, line 11
def to_array
  HANSON.parse(self)
end
to_float() click to toggle source
# File lib/jekyll-aplayer/cores/extend.rb, line 19
def to_float
  self.to_f
end
to_integer() click to toggle source
# File lib/jekyll-aplayer/cores/extend.rb, line 23
def to_integer
  self.to_i
end
to_object() click to toggle source
# File lib/jekyll-aplayer/cores/extend.rb, line 15
def to_object
  HANSON.parse(self)
end
to_string() click to toggle source
# File lib/jekyll-aplayer/cores/extend.rb, line 7
def to_string
  self.strip
end