Sha256: 9a0e985323305f21c7b4fc9cdfa4f0ef2287b570e2578c5ff00868c70ced539c
Contents?: true
Size: 140 Bytes
Versions: 8
Compression:
Stored size: 140 Bytes
Contents
class Greeting constructor: (greeting) -> @greeting = greeting || 'Hello' hello: (name) -> console.log "#{@greeting} #{name}!"
Version data entries
8 entries across 4 versions & 1 rubygems