GraphViz::Types::HtmlString

Public Instance Methods

check(data) click to toggle source
# File lib/graphviz/types/html_string.rb, line 5
def check(data)
  return data
end
output() click to toggle source
# File lib/graphviz/types/html_string.rb, line 9
def output
  return "<"+@data+">"
end
Also aliased as: to_gv, to_s, to_ruby
to_gv() click to toggle source
Alias for: output
to_ruby() click to toggle source
Alias for: output
to_s() click to toggle source
Alias for: output

[Validate]

Generated with the Darkfish Rdoc Generator 2.