class C

Public Instance Methods

c1() click to toggle source
# File lib/rlid/tmp.rb, line 22
def c1
  puts "c1"
end
c2() click to toggle source
# File lib/rlid/tmp.rb, line 26
def c2
  "c2"
end
fff() click to toggle source
# File lib/rlid/tmp.rb, line 32
def fff
  puts "fff"
end

Protected Instance Methods

function(abc) click to toggle source
# File lib/rlid/tmp.rb, line 36
def function(abc)
  abc
end