Sha256: c684de36fdf40f1b5250746a27727cf458ac8a70089123826166af7a6009f8a6

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

module Webstalker
  class Base
    attr_reader :username, :options

    def initialize(username, opts = {})
      @username = username
      @options = opts
    end

    def tags
      []
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
webstalker-0.1.0 lib/webstalker/base.rb