The Crystal programming language | http://crystal-lang.org | Fund Crystal's development: http://is.gd/X7PRtI | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/
= delete
only came in C++11
Error: no overload matches 'Room::Sane.new', lich_id: UInt64, uid: Int64, title: Array(String), description: Array(String), paths: Array(String), tags: Array(String), wayto: Hash(String, String), timeto: Hash(String, Float32 | String), location: String
Overloads are:
- Room::Sane.new(lich_id : ::UInt64, uid : ::UInt64, title : ::Array(::String), description : ::Array(::String), paths : ::Array(::String), tags : ::Array(::String), wayto : ::Hash(::String, ::String), timeto : ::Hash(::String, ::Float32 | ::String), location : ::String)
i'm not quite sure what's going on here why the are prefixed with ::
? Does this have the same meaning as Ruby?
raise
method but still want to call the default one, could do ::raise "oh no"