Class: Automerge::Text
Instance Attribute Summary
Attributes inherited from Scalar
Instance Method Summary collapse
-
#initialize(value = "") ⇒ Text
constructor
A new instance of Text.
Methods inherited from Scalar
Constructor Details
#initialize(value = "") ⇒ Text
Returns a new instance of Text.
31 32 33 |
# File 'lib/automerge.rb', line 31 def initialize(value = "") @value = String(value) end |