class Another

Public Class Methods

hi() click to toggle source
# File lib/tesuto/another.rb, line 2
def self.hi
  puts 'just another'
end