module SampleGem

Public Class Methods

greet() click to toggle source

適当な処理

# File lib/icer7.rb, line 5
def self.greet
  "Hello"
end