Sha256: 837929a47c8f33b455f597139ff2a61e5dcd8c6f2ba8617d372556d49e662098

Contents?: true

Size: 115 Bytes

Versions: 5

Compression:

Stored size: 115 Bytes

Contents

class CustomCommand
  def call(args)
    puts "omg"
  end
end

Spring.register_command "custom", CustomCommand.new

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spring-0.0.9 test/apps/rails-3-2/config/spring.rb
spring-0.0.8 test/apps/rails-3-2/config/spring.rb
spring-0.0.7 test/apps/rails-3-2/config/spring.rb
spring-0.0.6 test/apps/rails-3-2/config/spring.rb
spring-0.0.5 test/apps/rails-3-2/config/spring.rb