class Grumlin::UnknownMapKey
Attributes
key[R]
map[R]
Public Class Methods
new(key, map)
click to toggle source
Calls superclass method
# File lib/grumlin.rb, line 92 def initialize(key, map) @key = key @map = map super("Cannot cast key #{key} in map #{map}") end