Sha256: f3a1b85f1ab4a31f58d60d884c2e7024d91b89f82e5a2b33cdc5a29ae5e3a34a

Contents?: true

Size: 111 Bytes

Versions: 3

Compression:

Stored size: 111 Bytes

Contents

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

Spring.register_command "custom", CustomCommand

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spring-0.0.4 test/apps/rails-3-2/config/spring.rb
spring-0.0.3 test/apps/rails-3-2/config/spring.rb
spring-0.0.2 test/apps/rails-3-2/config/initializers/spring.rb