Class: Languages::Epl2::Position

Inherits:
Object
  • Object
show all
Includes:
Generic::Position
Defined in:
lib/languages/epl2/position.rb

Instance Attribute Summary

Attributes included from Generic::Position

#x, #y

Instance Method Summary collapse

Methods included from Generic::Position

#+, #==, included, #to_a, #to_s

Instance Method Details

#renderObject



6
7
8
# File 'lib/languages/epl2/position.rb', line 6

def render
  ""
end