6 lines
62 B
Ruby
6 lines
62 B
Ruby
|
|
module Dependable
|
||
|
|
def run?
|
||
|
|
tags.include? :run
|
||
|
|
end
|
||
|
|
end
|