Method: LibFST::Reader::Variable#to_s
- Defined in:
- lib/libfst/reader.rb
#to_s ⇒ String
134 135 136 |
# File 'lib/libfst/reader.rb', line 134 def to_s "<#{self.class.name} #{path} type: #{@type}, dir: #{@direction}, len: #{@length}, handle: #{@handle}, is_alias: #{!!@is_alias}>" end |