Make DSL specific method private in Task#DSL
This commit is contained in:
parent
3ef533b67a
commit
0148854843
@ -27,6 +27,8 @@ module Producer
|
||||
e.backtrace
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def condition(&block)
|
||||
fail ConditionNotMetError unless block.call
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user