cucumber.api.jruby.tt.rb Maven / Gradle / Ivy
The newest version!
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
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