Sha256: 8d0b8996af4ab443aea653c86065b81c04644db2a024d3d1ad6d21c9f404fd50

Contents?: true

Size: 349 Bytes

Versions: 2

Compression:

Stored size: 349 Bytes

Contents

Book.object do

  @title = 'Neuromancer'
  @author = 'William Gibson'

end

BookReview.object do

  @book_title = 'Neuromancer'
  @book_author = 'William Gibson'

  @author = 'postmodern'
  @summary = %{
    Classic cyber-punk book. Provides you with a very realistic and gritty
    vision of the future and the characters that inhabit it.
  }

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
object_loader-1.0.1 spec/helpers/objects/neuromancer_review.rb
object_loader-1.0.0 spec/helpers/objects/neuromancer_review.rb