Class: ME::We
- Inherits:
-
Object
- Object
- ME::We
- Defined in:
- lib/needabot.rb
Overview
chan abilities
Instance Attribute Summary collapse
-
#will ⇒ Object
Returns the value of attribute will.
Instance Method Summary collapse
-
#initialize ⇒ We
constructor
A new instance of We.
Constructor Details
#initialize ⇒ We
Returns a new instance of We.
142 143 144 |
# File 'lib/needabot.rb', line 142 def initialize @will = Hash.new { |h,k| h[k] = lambda { |*a| puts %[==< WE >< #{k} >\n#{a}] } } end |
Instance Attribute Details
#will ⇒ Object
Returns the value of attribute will.
141 142 143 |
# File 'lib/needabot.rb', line 141 def will @will end |