AbstractCommand: fix return type of .abstract?
This commit is contained in:
parent
4ffca8faa2
commit
087035868a
@ -15,7 +15,7 @@ module Hbc
|
||||
end
|
||||
|
||||
def self.abstract?
|
||||
name.split("::").last =~ /^Abstract[^a-z]/
|
||||
name.split("::").last.match?(/^Abstract[^a-z]/)
|
||||
end
|
||||
|
||||
def self.visible
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user