fix return code style
This commit is contained in:
@@ -21,11 +21,11 @@ module Pmng::Functions
|
|||||||
end
|
end
|
||||||
|
|
||||||
def size
|
def size
|
||||||
return @size
|
@size
|
||||||
end
|
end
|
||||||
|
|
||||||
def outdated
|
def outdated
|
||||||
return @outdated
|
@outdated
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user