Sha256: cfa2135a5db5d3e3eac8ba06edadf0f95ea79b6f15fd95bd846c30eea9c0488f
Contents?: true
Size: 211 Bytes
Versions: 1
Compression:
Stored size: 211 Bytes
Contents
# frozen_string_literal: true require_relative "judeee_hello/version" module JudeeeHello class Error < StandardError; end # Your code goes here... def self.say puts "🐷 < hello, wolrd!" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
judeee_hello-0.2.0 | lib/judeee_hello.rb |