Class: ERLE::Pid

Inherits:
Term
  • Object
show all
Defined in:
lib/erle/elements/pid.rb

Overview

Defined Under Namespace

Classes: Data

Instance Attribute Summary

Attributes inherited from Term

#input, #output

Instance Method Summary collapse

Methods inherited from Term

enclosure, #initialize, parse, pattern, to_ruby, until_any_closing

Constructor Details

This class inherits a constructor from ERLE::Term

Instance Method Details

#to_rubyObject



17
18
19
# File 'lib/erle/elements/pid.rb', line 17

def to_ruby
  @output ||= Data.new(@input)
end