Sha256: f0aa02397f3207a38eb2c149165faf24d9e1857c8b73106eb6a0f4b461117193

Contents?: true

Size: 139 Bytes

Versions: 2

Compression:

Stored size: 139 Bytes

Contents

# frozen_string_literal: true

When /^the client sends PORT "(.*?)"$/ do |param|
  capture_error do
    client.raw 'PORT', param
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ftpd-2.0.1 features/step_definitions/port.rb
ftpd-2.0.0 features/step_definitions/port.rb