cucumber.api.jruby.en_lol.rb Maven / Gradle / Ivy
The newest version!
module Cucumber
module Runtime
module JRuby
module Dsl
def ICANHAZ(regexp, &proc)
register_stepdef(regexp, proc)
end
def WEN(regexp, &proc)
register_stepdef(regexp, proc)
end
def DEN(regexp, &proc)
register_stepdef(regexp, proc)
end
def AN(regexp, &proc)
register_stepdef(regexp, proc)
end
def BUT(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy