Class: RubyFundamentals
- Inherits:
-
Object
- Object
- RubyFundamentals
- Defined in:
- lib/ruby-fundamental-gem.rb
Class Method Summary collapse
Class Method Details
.hello ⇒ Object
2 3 4 |
# File 'lib/ruby-fundamental-gem.rb', line 2 def self.hello puts "Hello! this is my first gem!" end |