![JAR search and dependency download from the Maven repository](/logo.png)
cucumber.api.jruby.nl.rb Maven / Gradle / Ivy
module Cucumber
module Runtime
module JRuby
module Dsl
def Als(regexp, &proc)
register_stepdef(regexp, proc)
end
def Dan(regexp, &proc)
register_stepdef(regexp, proc)
end
def En(regexp, &proc)
register_stepdef(regexp, proc)
end
def Gegeven(regexp, &proc)
register_stepdef(regexp, proc)
end
def Maar(regexp, &proc)
register_stepdef(regexp, proc)
end
def Stel(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy