class Checkmarks

Public Class Methods

test() click to toggle source
# File lib/checkmarks.rb, line 2
def self.test
  puts "testing"
end