class Representable::Inheritable::Array

Public Instance Methods

inherit!(parent) click to toggle source
# File lib/representable/inheritable.rb, line 32
def inherit!(parent)
  push(*parent.clone)
end