Method: CDK::CDKOBJS#setLLchar
- Defined in:
- lib/cdk/cdk_objs.rb
#setLLchar(ch) ⇒ Object
Set the object’s lower-left-corner line-drawing character.
144 145 146 |
# File 'lib/cdk/cdk_objs.rb', line 144 def setLLchar(ch) @LLChar = ch end |