class Gst::Structure

Public Instance Methods

inspect() click to toggle source
# File lib/gst.rb, line 29
def inspect
  super.gsub(%r>\z/, ": #{to_s}>")
end