class Skala::Record

Public Instance Methods

[](key) click to toggle source

the default virtus implementation does not handle missing methods

# File lib/skala/record.rb, line 59
def [](key)
  try(key)
end