Libraries
»
train-core
(3.13.4)
»
Index
»
Train
»
File
»
#socket?
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