mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
85fd55eac5
commit
ce331957fa
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ module LogStash::Util
|
|||
find_version!(plugin_name)
|
||||
end
|
||||
|
||||
def <=>(obj)
|
||||
version <=> obj.version
|
||||
def <=>(other)
|
||||
version <=> other.version
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue