Method: CDK::GRAPH#erase

Defined in:
lib/cdk/components/graph.rb

#eraseObject



372
373
374
375
376
# File 'lib/cdk/components/graph.rb', line 372

def erase
  if self.validCDKObject
    CDK.eraseCursesWindow(@win)
  end
end