Class: Plist::PFalse

Inherits:
PTag
  • Object
show all
Defined in:
lib/ultra_pow_list/vendor/ruby1.8/plist/plist/parser.rb,
lib/ultra_pow_list/vendor/ruby1.9/plist/plist/parser.rb

Instance Attribute Summary

Attributes inherited from PTag

#children, #text

Instance Method Summary collapse

Methods inherited from PTag

inherited, #initialize, mappings

Constructor Details

This class inherits a constructor from Plist::PTag

Instance Method Details

#to_rubyObject



191
192
193
# File 'lib/ultra_pow_list/vendor/ruby1.8/plist/plist/parser.rb', line 191

def to_ruby
  false
end