Method: Moory::Pair#right

Defined in:
lib/moory/pair.rb

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



2
3
4
# File 'lib/moory/pair.rb', line 2

def right
  @right
end