class TestModulePublicDummyClass

Public Class Methods

new() click to toggle source
# File vendor/qwik/lib/qwik/test-module-public.rb, line 40
def initialize
  @var = 't'
end

Private Instance Methods

hello() click to toggle source
# File vendor/qwik/lib/qwik/test-module-public.rb, line 46
def hello
  return 'hello'
end