Method: Wee::Examples::Counter#inc
- Defined in:
- lib/wee/examples/counter.rb
#inc ⇒ Object
18 19 20 |
# File 'lib/wee/examples/counter.rb', line 18 def inc @count += 1 end |
18 19 20 |
# File 'lib/wee/examples/counter.rb', line 18 def inc @count += 1 end |