class Musicality::Mark::Slur::End

Public Instance Methods

begins?() click to toggle source
# File lib/musicality/notation/model/mark.rb, line 25
def begins?; false; end
ends?() click to toggle source
# File lib/musicality/notation/model/mark.rb, line 26
def ends?; true; end