Method: CDK::GRAPH#erase
- Defined in:
- lib/cdk/components/graph.rb
#erase ⇒ Object
372 373 374 375 376 |
# File 'lib/cdk/components/graph.rb', line 372 def erase if self.validCDKObject CDK.eraseCursesWindow(@win) end end |
372 373 374 375 376 |
# File 'lib/cdk/components/graph.rb', line 372 def erase if self.validCDKObject CDK.eraseCursesWindow(@win) end end |