module RiCal class PropertyValue #- ©2009 Rick DeNatale, All rights reserved. Refer to the file README.txt for the license # # RiCal::PropertyValue::Uri represents an icalendar Uri property value # which is defined in # rfc 2445 section 4.8.4.6 p 110 class Uri < PropertyValue end end end