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

!=(other : String | Citext)
Source
==(other : String | Citext)
Source
string
Source

Macros

method_missing(call)
Source