class 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()
Alias for: output
to_ruby()
Alias for: output
to_s()
Alias for: output