class Counter

Attributes

count[RW]

Public Class Methods

new() click to toggle source
# File samples/hello/hello_button2.rb, line 6
def initialize
  self.count = 0
end