Skip to content

Commit

Permalink
Merge pull request #125 from marlabrizel/master
Browse files Browse the repository at this point in the history
Use `attr_accessor` instead of `writer` & `reader`
  • Loading branch information
neillturner committed Jan 23, 2016
2 parents 08e4c7a + 00e9841 commit b6db0e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/kitchen/provisioner/ansible/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ module Ansible
class Config
include Kitchen::Configurable

attr_writer :instance
attr_reader :instance
attr_accessor :instance

default_config :ansible_sudo, true
default_config :ansible_verbose, false
Expand Down

0 comments on commit b6db0e8

Please sign in to comment.