method
hex?
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bit::Data
hex?()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql/oid/bit.rb, line 42
def hex?
/\A[0-9A-F]*\Z/.match?(value)
end