cucumber.api.jruby.hi.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
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