module Kangaru::Attributable

def set_default(**attributes)

def set_default(**attributes)
  defaults.merge!(**attributes)
end