Class: C

Inherits:
Object
  • Object
show all
Defined in:
lib/rlid/tmp.rb

Instance Method Summary collapse

Instance Method Details

#c1Object



22
23
24
# File 'lib/rlid/tmp.rb', line 22

def c1
  puts "c1"
end

#c2Object



26
27
28
# File 'lib/rlid/tmp.rb', line 26

def c2
  "c2"
end

#fffObject



32
33
34
# File 'lib/rlid/tmp.rb', line 32

def fff
  puts "fff"
end