Exception: Iceberg::Todo

Inherits:
Error
  • Object
show all
Defined in:
lib/iceberg.rb

Instance Method Summary collapse

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(message = "not implemented yet")
  super(message)
end