Module: Enumerable
- Included in:
- Roby::DRoby::Logfile::Index, Roby::Interface::Client::BatchContext::Return, Roby::Queries::Query, Roby::TaskArguments
- Defined in:
- lib/roby/support.rb
Instance Method Summary collapse
Instance Method Details
#empty? ⇒ Boolean
73 74 75 76 77 78 |
# File 'lib/roby/support.rb', line 73 def empty? for i in self return false end true end |