module HelloRubymine
Constants
- VERSION
Public Class Methods
greet(name)
click to toggle source
# File lib/hello_rubymine.rb, line 4 def self.greet(name) puts "Hello, #{name}! I'm Ruby!" end
# File lib/hello_rubymine.rb, line 4 def self.greet(name) puts "Hello, #{name}! I'm Ruby!" end