Sha256: 096f7f262c3c710b898607d5420aeceb1e2260c127f2387c6223195f6721d554

Contents?: true

Size: 131 Bytes

Versions: 1

Compression:

Stored size: 131 Bytes

Contents

class Post < Struct.new(:title, :marked_for_destruction)

  def marked_for_destruction?
    self.marked_for_destruction
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
object_attorney-3.0.0 spec/support/post.rb