Sha256: eab200186ea10a116db87387f297f809a502c30f44b98abce01597aa0fb9d7c7

Contents?: true

Size: 109 Bytes

Versions: 1

Compression:

Stored size: 109 Bytes

Contents

class CustomCommand
  def call
    puts "omg"
  end
end

Spring.register_command "custom", CustomCommand.new

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spring-0.0.10 test/apps/rails-3-2/config/spring.rb