Sha256: 61d35b05475fa0e372e08262db092e5d6b26d3ca01ec130882f9987286e2fb37
Contents?: true
Size: 362 Bytes
Versions: 4
Compression:
Stored size: 362 Bytes
Contents
# frozen_string_literal: true # shareable_constant_value: none # warn_indent: true require_relative File.join("qi", "action") # The Kernel module. module Kernel # Abstraction to build positions. # # @return [Array] An action to change the position. # # @api public def Qi(*captures, **squares) ::Qi::Action.new(*captures, **squares) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
qi-10.0.0.beta4 | lib/kernel.rb |
qi-10.0.0.beta3 | lib/kernel.rb |
qi-10.0.0.beta2 | lib/kernel.rb |
qi-10.0.0.beta1 | lib/kernel.rb |