Class: MultiSync::Attributes::Pathname

Inherits:
Virtus::Attribute
  • Object
show all
Defined in:
lib/multi_sync/attributes/pathname.rb

Instance Method Summary collapse

Instance Method Details

#coerce(value) ⇒ Object



7
8
9
# File 'lib/multi_sync/attributes/pathname.rb', line 7

def coerce(value)
  ::Pathname.new(value)
end