cucumber.api.jruby.hr.rb Maven / Gradle / Ivy
The newest version!
module Cucumber
module Runtime
module JRuby
module Dsl
def Zadan(regexp, &proc)
register_stepdef(regexp, proc)
end
def Zadani(regexp, &proc)
register_stepdef(regexp, proc)
end
def Zadano(regexp, &proc)
register_stepdef(regexp, proc)
end
def Kada(regexp, &proc)
register_stepdef(regexp, proc)
end
def Kad(regexp, &proc)
register_stepdef(regexp, proc)
end
def Onda(regexp, &proc)
register_stepdef(regexp, proc)
end
def I(regexp, &proc)
register_stepdef(regexp, proc)
end
def Ali(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy