Class: Gio::ContentType
- Inherits:
-
Object
- Object
- Gio::ContentType
- Defined in:
- lib/gio2/content-type.rb
Class Method Summary collapse
Class Method Details
.registered ⇒ Object
22 23 24 25 26 |
# File 'lib/gio2/content-type.rb', line 22 def registered registered_raw.collect do |type| new(type) end end |
.registered_raw ⇒ Object
21 |
# File 'lib/gio2/content-type.rb', line 21 alias_method :registered_raw, :registered |