Sha256: fb2880fc3ad584512ed1203a522c47c33d7481e861cfcea0be54e2fa51548db3
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
require "centuria/version" module Centuria class Error < StandardError; end def self.greet(word) "Hi!, #{word}" end def self.add(a, b) "#{a + b}" end def self.logging "[LOG]: this is logs" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
centuria-0.1.2 | lib/centuria.rb |