Sha256: 216f952fafd30e9ed1647ecf599d8dfc02d6419193e31b96f0633a92b7b907be
Contents?: true
Size: 407 Bytes
Versions: 5
Compression:
Stored size: 407 Bytes
Contents
#!/usr/bin/ruby # NOTE: you must have installed ruby-breakpoint in order to use this script. # Grab it using gem with "gem install ruby-breakpoint --remote" or download # from the website (http://ruby-breakpoint.rubyforge.org/) then run setup.rb $:.unshift(File.dirname(__FILE__) + '/../lib') require 'breakpoint' require 'icalendar' cal = Icalendar::Parser.new(File.new("life.ics")).parse breakpoint
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
icalendar-0.96.1 | test/interactive.rb |
icalendar-0.96.2 | test/interactive.rb |
icalendar-0.96.3 | test/interactive.rb |
icalendar-0.96.4 | test/interactive.rb |
icalendar-0.96 | test/interactive.rb |