module DB::Postgres::Native::Types::Boolean

Public Class Methods

parse(string) click to toggle source
# File lib/db/postgres/native/types.rb, line 32
def self.parse(string)
        string == 't'
end