Sha256: 7911700e71a387be68cca8b158b2dae29d7ff03a02fb88c723669e406eabf74c
Contents?: true
Size: 231 Bytes
Versions: 25
Compression:
Stored size: 231 Bytes
Contents
require 'friendly/attribute' module Friendly # placeholder that represents a boolean # since ruby has no boolean superclass module Boolean end end Friendly::Attribute.register_type(Friendly::Boolean, 'boolean') { |s| s }
Version data entries
25 entries across 25 versions & 7 rubygems