class Gio::ContentType
Public Class Methods
registered()
click to toggle source
# File lib/gio2/content-type.rb, line 21 def registered registered_raw([]).collect do |type| new(type) end end
Also aliased as: registered_raw