Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
Get rid of attr_reader
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Dec 4, 2013
1 parent 154bb9c commit bb094a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/boxen/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,6 @@ def stealth?

attr_writer :stealth

# A GitHub OAuth token. Default is `nil`.

attr_reader :token

def token=(token)
@token = token
@api = nil
Expand Down

0 comments on commit bb094a7

Please sign in to comment.