# File lib/sass/script/literal.rb, line 99 def space(other) Sass::Script::String.new("#{self.to_s} #{other.to_s}") end