Top Level Namespace

Defined Under Namespace

Modules: USTC

Instance Method Summary collapse

Instance Method Details

#admireObject



3
4
5
6
7
8
9
10
# File 'lib/dalao/xyy.rb', line 3

def admire
  USTC::Dalao.new do |t|
    t.name = 'xyy'
    puts t
    puts t.excellent?
    puts t.taunt
  end
end