Method: RDKit::RDObject::ClassMethods#string
- Defined in:
- lib/rdkit/rd_object.rb
#string(value) ⇒ Object
24 25 26 27 28 29 |
# File 'lib/rdkit/rd_object.rb', line 24 def string(value) new.tap do |object| object.type = :string object.value = value end end |