Sha256: a1b1a162605521279077256f0f4097bb616acc99de062ffefeb4d1cc335b919e

Contents?: true

Size: 150 Bytes

Versions: 3

Compression:

Stored size: 150 Bytes

Contents

class User
  include BrowsingHistory::Browser

  attr_reader :id, :title

  def initialize
    @id   = rand(1000)
    @name = random_string
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
browsing_history-0.0.4 spec/browsing_history/fixtures/user.rb
browsing_history-0.0.3 spec/browsing_history/fixtures/user.rb
browsing_history-0.0.2 spec/browsing_history/fixtures/user.rb