Module: Zc

Defined in:
lib/zc.rb,
lib/zc/version.rb

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.who_is_this?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/zc.rb', line 4

def self.who_is_this?
  puts "hello world"
end