Keep the attribute writer together with the method definition

This commit is contained in:
2012-04-18 23:26:18 +01:00
parent 20321650bd
commit eaca48ca76

View File

@@ -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