Home
Classes
Methods
Defined In
lib/gst.rb
Parent
Object
Methods
#inspect
Class and Module Index
Gst
Gst::Plugin
Gst::Structure
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