![JAR search and dependency download from the Maven repository](/logo.png)
cucumber.api.jruby.el.rb Maven / Gradle / Ivy
module Cucumber
module Runtime
module JRuby
module Dsl
def Όταν(regexp, &proc)
register_stepdef(regexp, proc)
end
def Αλλά(regexp, &proc)
register_stepdef(regexp, proc)
end
def Δεδομένου(regexp, &proc)
register_stepdef(regexp, proc)
end
def Και(regexp, &proc)
register_stepdef(regexp, proc)
end
def Τότε(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy