Sha256: bc5f6dc540c237762e61c429f35f05a34bf0409a9e46ebea2f8091aec83a2aaf

Contents?: true

Size: 146 Bytes

Versions: 1

Compression:

Stored size: 146 Bytes

Contents

module Gobstones

  module Lang

    class NoReturnStatement

      def ==(other)
        self.class == other.class
      end

    end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gobstones-0.0.1.1 lib/gobstones/lang/definitions/no_return_statement.rb