Method: Train::File#socket?

Defined in:
lib/train/file.rb

#socket?Boolean

Returns:

  • (Boolean)


96
97
98
# File 'lib/train/file.rb', line 96

def socket?
  type.to_s == 'socket'
end