Module: Rdoba::Log::ClassFunctions
- Defined in:
- lib/rdoba/log.rb
Instance Method Summary collapse
Instance Method Details
#<=(functions) ⇒ Object
258 259 |
# File 'lib/rdoba/log.rb', line 258 def <= functions Rdoba::Log::update_functions functions, self, :+ ; end |
#>=(functions) ⇒ Object
261 262 |
# File 'lib/rdoba/log.rb', line 261 def >= functions Rdoba::Log::update_functions functions, self, :- ; end |