Decode SourceDecodeLanguageRubySegment

class Segment

A Ruby specific code segment.

Definitions

attr :node

The parser syntax tree node.

def code

The source code trailing the comments.

Signature

returns String | nil

Implementation

def code
	@expression.source
end