Class: ME::We

Inherits:
Object
  • Object
show all
Defined in:
lib/needabot.rb

Overview

chan abilities

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeWe

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

#willObject

Returns the value of attribute will.



141
142
143
# File 'lib/needabot.rb', line 141

def will
  @will
end