class Object
Public Instance Methods
admire()
click to toggle source
# File lib/dalao/loliw.rb, line 3 def admire USTC::Dalao.new do |t| t.name = 'loliw' puts t puts t.excellent? puts t.taunt end end
# File lib/dalao/loliw.rb, line 3 def admire USTC::Dalao.new do |t| t.name = 'loliw' puts t puts t.excellent? puts t.taunt end end