class Steep::Interface::Method

def private?

def private?
  attributes.include?(:private)
end