class Date

Public Instance Methods

bson_type() click to toggle source
# File lib/hypostasis/ext/bson/date.rb, line 2
def bson_type
  9.chr.force_encoding(BSON::BINARY).freeze
end