WpUser::Existable specs
This commit is contained in:
@@ -18,7 +18,7 @@ class WpUser < WpItem
|
||||
end
|
||||
end
|
||||
|
||||
# @param [ Wpuser ] other
|
||||
# @param [ WpUser ] other
|
||||
def <=>(other)
|
||||
id <=> other.id
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user