Method: CDK::CDKOBJS#setLRchar
- Defined in:
- lib/cdk/cdk_objs.rb
#setLRchar(ch) ⇒ Object
Set the object’s upper-right-corner line-drawing character.
149 150 151 |
# File 'lib/cdk/cdk_objs.rb', line 149 def setLRchar(ch) @LRChar = ch end |