Module: Enumerable
- Included in:
- Roby::DRoby::Logfile::Index, Roby::Interface::V1::Client::BatchContext::Return, Roby::Interface::V2::Client::BatchContext::Return, Roby::Queries::Query, Roby::TaskArguments
- Defined in:
- lib/roby/support.rb
Instance Method Summary collapse
Instance Method Details
#empty? ⇒ Boolean
75 76 77 78 |
# File 'lib/roby/support.rb', line 75 def empty? each { return false } # rubocop:disable Lint/UnreachableLoop true end |