Sha256: 03e53e8d02e2554a33bb002bd162c19922176f5c57926af799a51d72957ae859

Contents?: true

Size: 275 Bytes

Versions: 23

Compression:

Stored size: 275 Bytes

Contents

class Hello < Skippy::Command

  desc 'world PERSON', 'Oh, hi there!'
  def world(person)
    say "Hello #{person}"
  end
  default_command(:world)

  desc 'universe', 'Greets the universe in general'
  def universe
    say "DARK IN HERE, ISN'T IT?"
  end

end

Version data entries

23 entries across 9 versions & 1 rubygems

Version Path
skippy-0.5.2.a fixtures/project_with_lib/skippy/commands/example.rb
skippy-0.5.2.a fixtures/my_project/skippy/commands/example.rb
skippy-0.5.1.a fixtures/project_with_lib/skippy/commands/example.rb
skippy-0.5.1.a fixtures/my_project/skippy/commands/example.rb
skippy-0.5.0.a fixtures/my_project/skippy/commands/example.rb
skippy-0.5.0.a fixtures/project_with_lib/skippy/commands/example.rb
skippy-0.4.3.a fixtures/my_project/skippy/commands/example.rb
skippy-0.4.3.a fixtures/project_with_lib/skippy/commands/example.rb
skippy-0.4.3.a app/resources/commands/example.rb
skippy-0.4.2.a app/resources/commands/example.rb
skippy-0.4.2.a fixtures/my_project/skippy/commands/example.rb
skippy-0.4.2.a fixtures/project_with_lib/skippy/commands/example.rb
skippy-0.4.1.a fixtures/project_with_lib/skippy/commands/example.rb
skippy-0.4.1.a fixtures/my_project/skippy/commands/example.rb
skippy-0.4.1.a app/resources/commands/example.rb
skippy-0.4.0.a app/resources/commands/example.rb
skippy-0.4.0.a fixtures/project_with_lib/skippy/commands/example.rb
skippy-0.4.0.a fixtures/my_project/skippy/commands/example.rb
skippy-0.3.0.a app/resources/commands/example.rb
skippy-0.3.0.a fixtures/project_with_lib/skippy/commands/example.rb