lib/ppl/command/bday.rb in ppl-1.14.1 vs lib/ppl/command/bday.rb in ppl-1.15.0
- old
+ new
@@ -5,14 +5,9 @@
description "List, show or change birthdays"
attr_writer :list_format
attr_writer :show_format
- def initialize
- @list_format = Ppl::Format::AddressBook::Birthdays.new
- @show_format = Ppl::Format::Contact::Birthday.new
- end
-
def options(parser, options)
parser.banner = "usage: ppl birthday <contact> [<date>]"
end
def execute(input, output)