Sha256: dd4bdaac637a900beaa10f12eacdc4924a11978c9caca7fe606683db2c39a703

Contents?: true

Size: 132 Bytes

Versions: 19

Compression:

Stored size: 132 Bytes

Contents

# frozen_string_literal: true

# Example module
module ArithmeticModule
  def add(addend1, addend2)
    addend1 + addend2
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
rast-0.18.0 examples/arithmetic_module.rb
rast-0.15.1 examples/arithmetic_module.rb
rast-0.14.0 examples/arithmetic_module.rb
rast-0.11.4 examples/arithmetic_module.rb
rast-0.11.3 examples/arithmetic_module.rb
rast-0.11.1 examples/arithmetic_module.rb
rast-0.11.0 examples/arithmetic_module.rb
rast-0.10.0 examples/arithmetic_module.rb
rast-0.9.0 examples/arithmetic_module.rb
rast-0.9.0.pre examples/arithmetic_module.rb
rast-0.8.1.pre examples/arithmetic_module.rb
rast-0.8.0.pre examples/arithmetic_module.rb
rast-0.6.2.pre examples/arithmetic_module.rb
rast-0.6.1.pre examples/arithmetic_module.rb
rast-0.6.0.pre examples/arithmetic_module.rb
rast-0.4.2.pre examples/arithmetic_module.rb
rast-0.4.1.pre examples/arithmetic_module.rb
rast-0.4.0.pre examples/arithmetic_module.rb
rast-0.3.0.pre examples/arithmetic_module.rb