Sha256: 653ef5cb0e3c984aad32cfccd60e9a2d00a189323e8a0ca50d30c1506f7e8707

Contents?: true

Size: 240 Bytes

Versions: 22

Compression:

Stored size: 240 Bytes

Contents

require "mysterious_traveller_test_gem_flex/version"

module MysteriousTravellerTestGemFlex
  class TestWorld
    def call_hello_world
      puts "hello world"
    end

    def self.here?
      puts "Ferris was here"
    end
    
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
mysterious_traveller_test_gem_flex-0.2.0 lib/mysterious_traveller_test_gem_flex.rb
mysterious_traveller_test_gem_flex-0.1.1 lib/mysterious_traveller_test_gem_flex.rb