Module: Ankit::Coming

Included in:
ChallengeCommand
Defined in:
lib/ankit/coming_command.rb

Class Method Summary collapse

Class Method Details

.coming_events(runtime) ⇒ Object



77
78
79
# File 'lib/ankit/coming_command.rb', line 77

def self.coming_events(runtime)
  ComingCommand.new(runtime).to_enum(:each_coming_events).to_a
end

.coming_paths(runtime) ⇒ Object



81
82
83
# File 'lib/ankit/coming_command.rb', line 81

def self.coming_paths(runtime)
  ComingCommand.new(runtime).to_enum(:each_coming_paths).to_a
end

.existing_events(runtime) ⇒ Object



85
86
87
# File 'lib/ankit/coming_command.rb', line 85

def self.existing_events(runtime)
  ComingCommand.new(runtime).to_enum(:each_existing_events).to_a
end