cucumber.api.jruby.en_pirate.rb Maven / Gradle / Ivy
The newest version!
module Cucumber
module Runtime
module JRuby
module Dsl
def Gangway(regexp, &proc)
register_stepdef(regexp, proc)
end
def Blimey(regexp, &proc)
register_stepdef(regexp, proc)
end
def Letgoandhaul(regexp, &proc)
register_stepdef(regexp, proc)
end
def Aye(regexp, &proc)
register_stepdef(regexp, proc)
end
def Avast(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy