module Musicality::Parsing::Segment::Range0

Public Instance Methods

first() click to toggle source
# File lib/musicality/notation/parsing/segment_parsing.rb, line 21
def first
  elements[0]
end
last() click to toggle source
# File lib/musicality/notation/parsing/segment_parsing.rb, line 25
def last
  elements[2]
end