struct

Citext

Inherits Struct < Value < Object

Represents a case insensitive text, used by Postgres Wrap a string and basically change the equality check to make it case insensitive.s

Constructors

new(string : String)
Source

Instance methods

string
Source

Macros

method_missing(call)
Source