mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-18 21:06:40 +00:00
Keep the attribute writer together with the method definition
This commit is contained in:
@@ -52,8 +52,6 @@ module Redistat
|
||||
|
||||
class << self
|
||||
|
||||
attr_writer :group_separator
|
||||
|
||||
def buffer
|
||||
Buffer.instance
|
||||
end
|
||||
@@ -96,6 +94,7 @@ module Redistat
|
||||
def group_separator
|
||||
@group_separator ||= GROUP_SEPARATOR
|
||||
end
|
||||
attr_writer :group_separator
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user