Module: KnowKit
- Defined in:
- lib/know_kit.rb,
lib/know_kit/version.rb,
lib/generators/know_kit/install_generator.rb
Defined Under Namespace
Modules: Generators
Constant Summary collapse
- VERSION =
"0.0.7"
Class Method Summary collapse
Class Method Details
.hello_world ⇒ Object
4 5 6 |
# File 'lib/know_kit.rb', line 4 def self.hello_world puts "HI!" end |