Method: CDK::GRAPH#getCharacter

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

#getCharacter(index) ⇒ Object



218
219
220
# File 'lib/cdk/components/graph.rb', line 218

def getCharacter(index)
  return graph_char[index]
end