class ERLE::Pid::Data

Public Instance Methods

to_erl() click to toggle source
# File lib/erle/elements/pid.rb, line 8
def to_erl
  "<#{self}>"
end