Parent

GraphViz::Types::Common

Public Class Methods

new( data ) click to toggle source
# File lib/graphviz/types.rb, line 4
def initialize( data )
  @data = check(data)
end

Public Instance Methods

output() click to toggle source
# File lib/graphviz/types.rb, line 8
def output
  return @data
end
source() click to toggle source
# File lib/graphviz/types.rb, line 12
def source
  return @data
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.