Sha256: 112c2dd2832a34bb636bbc06b05157d61db99d47998641d78d4019cf074a515b
Contents?: true
Size: 429 Bytes
Versions: 1
Compression:
Stored size: 429 Bytes
Contents
# RICLIB! module Ric require File.expand_path('./ric_colors.rb', File.dirname( __FILE__) ) #include RicColors def self.say_hello puts 'Riclib: hello world' end def self.help puts "Riclib: This is Riccardo library (my first gem!)" end def version "Should be 0.9.0 -- but this is NOT dry! ;)" end def green(s) "TODO_VERDE(#{s})" end def load_libs green(:ok) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ric-0.9.1 | lib/riclib.rb |