vmfloaty/lib
Samuel Beaulieu fbd98f93ae (maint) Fix bug with detecting ABS service
Before this change the code would try to check if an object was ABS
by using is_a? which is only for instances of a class. It also compared
with ABS.class which returns the Class class.
Now fixed by comparing the object to the static class
2020-10-09 10:18:53 -05:00
..
vmfloaty (maint) Fix bug with detecting ABS service 2020-10-09 10:18:53 -05:00
vmfloaty.rb Add --hostnameonly option to floaty list --active 2020-09-21 16:55:07 -07:00