module Rainbow::Ext::String::InstanceMethods

def inverse

def inverse
  Rainbow(self).inverse
end