Sha256: 0ed1716d6ef74000b84d13955131cad12ab8566f48a35df112d24cbd5a2e5c65

Contents?: true

Size: 217 Bytes

Versions: 3

Compression:

Stored size: 217 Bytes

Contents

module Crystal
  module Remote
    inherit Filters
    
    inject(
      :workspace => :workspace,
      :logger => :logger,
      :config => :config
    )
    
    def params
      workspace.params
    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
crystal-0.0.13 lib/crystal/remote/remote.rb
crystal-0.0.12 lib/crystal/remote/remote.rb
crystal_ext-0.0.11 lib/crystal/remote/remote.rb