Removed setter methods for Abstract formatter attributes.
This commit is contained in:
parent
31b4dc3862
commit
e09b366a53
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require 'fileutils'
|
|||
module Twine
|
||||
module Formatters
|
||||
class Abstract
|
||||
attr_accessor :strings
|
||||
attr_accessor :options
|
||||
attr_reader :strings
|
||||
attr_reader :options
|
||||
|
||||
def self.can_handle_directory?(path)
|
||||
return false
|
||||
|
|
Reference in a new issue