class Test

Public Class Methods

test() click to toggle source
# File lib/hola_r3jack/test.rb, line 2
def self.test
  p 'test'
end