class TestGem234::Test

Public Class Methods

new(one, two) click to toggle source
# File lib/test_gem_234/logic.rb, line 3
def initialize(one, two)
        @one = one 
        @two = two 
end