class Maxahirwe
Public Class Methods
test()
click to toggle source
# File lib/maxahirwe.rb, line 2 def self.test puts "whatever!" return "whatever!" end
# File lib/maxahirwe.rb, line 2 def self.test puts "whatever!" return "whatever!" end