Sha256: fac7b71d753c40095c3e5e1ae60f3ffdef96f58b91bad30b723dc341d3525e8b
Contents?: true
Size: 137 Bytes
Versions: 2
Compression:
Stored size: 137 Bytes
Contents
class Hello < Cognition::Plugins::Base match 'hello', 'hello: Returns Hello World', :hello def hello(*) 'Hello World' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cognition-1.0.3 | test/fixtures/hello.rb |
cognition-1.0.1 | test/fixtures/hello.rb |