Method: Train::File#socket?

Defined in:
lib/train/file.rb

#socket?Boolean

Returns:

  • (Boolean)


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

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