cucumber.api.jruby.sr_latn.rb Maven / Gradle / Ivy
The newest version!
module Cucumber
module Runtime
module JRuby
module Dsl
def Zadato(regexp, &proc)
register_stepdef(regexp, proc)
end
def Zadate(regexp, &proc)
register_stepdef(regexp, proc)
end
def Zadati(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