cucumber.api.jruby.el.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
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy