rename to to array function to to_arr
This commit is contained in:
@ -27,7 +27,7 @@ module Register
|
||||
@name.split(".").length == 2
|
||||
end
|
||||
|
||||
def to_ac labels = []
|
||||
def to_arr labels = []
|
||||
return [] if labels.include?(self)
|
||||
labels << self
|
||||
super
|
||||
|
Reference in New Issue
Block a user