class String

Public Instance Methods

+(other) click to toggle source
# File lib/chromate/core_ext/string.rb, line 6
def +(other)
  if other.is_a?(Chromate::Effect) or other.is_a?(Chromate::EffectSet)
    self + other.escape
  else
    old_plus(other)
  end
end
Also aliased as: old_plus
old_plus(other)
Alias for: +