Sha256: 4c087dacea676c37870eef0d01570b3d73384f3082d632d40541d7080e5fdad4

Contents?: true

Size: 171 Bytes

Versions: 1

Compression:

Stored size: 171 Bytes

Contents

class MVCLI::Plugins::InstallForm < MVCLI::Form

  input :path, Pathname, decode: ->(s) { Pathname s }

  validates(:path, "no such directory") { |path| path.exist? }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mvcli-0.1.0 lib/mvcli/plugins/forms/plugins/install_form.rb