Module: GemWithRubocop

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

Defined Under Namespace

Classes: Error

Constant Summary collapse

VERSION =
"0.1.2"

Class Method Summary collapse

Class Method Details

.greet(name) ⇒ Object



7
8
9
# File 'lib/gem_with_rubocop.rb', line 7

def self.greet(name)
  puts "Hello, #{name}!"
end