diff options
| author | erdgeist <erdgeist@bauklotz.local> | 2009-03-10 21:03:52 +0100 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.local> | 2009-03-10 21:03:52 +0100 |
| commit | 26687eaf7400aea5d569f99e880ac3949982f303 (patch) | |
| tree | 7bd22978d1022de16a41428d65398edab628bf3c /lib | |
| parent | d6049aeffc7de43393a9a7a1d2f95f26422a046f (diff) | |
added calendar backend. more features and integration to come
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/chaos_calendar.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chaos_calendar.rb b/lib/chaos_calendar.rb index 22ad934..94ad258 100644 --- a/lib/chaos_calendar.rb +++ b/lib/chaos_calendar.rb | |||
| @@ -10,6 +10,7 @@ class Occurrence | |||
| 10 | end | 10 | end |
| 11 | 11 | ||
| 12 | class ChaosCalendar | 12 | class ChaosCalendar |
| 13 | attr_reader :calendar | ||
| 13 | def initialize | 14 | def initialize |
| 14 | @calendar = {} | 15 | @calendar = {} |
| 15 | end | 16 | end |
