Sha256: cc1c2d51f27733cddb535e5f94b5caee71781dee7a4a2f0970b5576a50c3ccb1

Contents?: true

Size: 83 Bytes

Versions: 8

Compression:

Stored size: 83 Bytes

Contents

module Foo
  def foobar
    puts "got here"
  end
end

Object.include Foo

foobar

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rubytext-0.0.90 tutorial/damn.rb
rubytext-0.0.89 tutorial/damn.rb
rubytext-0.0.88 tutorial/damn.rb
rubytext-0.0.87 tutorial/damn.rb
rubytext-0.0.86 tutorial/damn.rb
rubytext-0.0.85 tutorial/damn.rb
rubytext-0.0.84 tutorial/damn.rb
rubytext-0.0.83 tutorial/damn.rb