class Cairo::Path

Public Instance Methods

close() click to toggle source
# File lib/cairo/path.rb, line 11
def close
  @context.close_path
end