Sha256: 65965587ed4c72ad734dc0e5f239b04b6378687629b29ffce1d581e4d5456b3a
Contents?: true
Size: 299 Bytes
Versions: 8
Compression:
Stored size: 299 Bytes
Contents
module Binda # This class depends on `Binda::Text` and it's use mainly to differentiate the type of text # this class is responsible for. # # Binda uses this class to store plain text. The field responsible to store `Binda::String` instances is `type="string"`. class String < Text end end
Version data entries
8 entries across 8 versions & 1 rubygems