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

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

      end
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy