All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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

      end
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy