class GUnitTesting
Public Class Methods
test()
click to toggle source
# File lib/g-unit-testing.rb, line 2 def self.test puts "Gotta test some shit" end
# File lib/g-unit-testing.rb, line 2 def self.test puts "Gotta test some shit" end