class Gst::Structure

Public Instance Methods

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