lib/head_music/style/mark.rb in head_music-0.14.8 vs lib/head_music/style/mark.rb in head_music-0.16.0
- old
+ new
@@ -26,6 +26,10 @@
end
def code
[start_position, end_position].join(' to ')
end
+
+ def to_s
+ code
+ end
end
- old
+ new