Exception: Iceberg::Todo
Instance Method Summary collapse
-
#initialize(message = "not implemented yet") ⇒ Todo
constructor
A new instance of Todo.
Constructor Details
#initialize(message = "not implemented yet") ⇒ Todo
Returns a new instance of Todo.
39 40 41 |
# File 'lib/iceberg.rb', line 39 def initialize( = "not implemented yet") super() end |