Sha256: 945ae739f91407b31d242e336d4f2094a3d165791f187e1382413cbef6815f65
Contents?: true
Size: 213 Bytes
Versions: 1
Compression:
Stored size: 213 Bytes
Contents
# frozen_string_literal: true require_relative "study_ruby/version" module StudyRuby class Error < StandardError; end def teste_primeira_gem "teste" end end class String include StudyRuby end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
study_ruby-0.1.1 | lib/study_ruby.rb |