Sha256: 0b6f75338b528eefe6557834c7806c76b224b0138c001e08b31b118d04dc3e78

Contents?: true

Size: 228 Bytes

Versions: 22

Compression:

Stored size: 228 Bytes

Contents

# frozen_string_literal: true

# For functions that do not conform to Ruby's naming convention
# of funcs must be snake_case
module HasIrregularlyNamedFunctions
  def defi(name, &block)
    define_method(name, &block)
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
sumomo-0.8.7 lib/sumomo/irregular.rb
sumomo-0.8.6 lib/sumomo/irregular.rb