lib/head_music/style/mark.rb in head_music-0.27.0 vs lib/head_music/style/mark.rb in head_music-0.28.0
- old
+ new
@@ -31,10 +31,10 @@
@placements = [placements].flatten.compact
@fitness = fitness || HeadMusic::PENALTY_FACTOR
end
def code
- [start_position, end_position].join(' to ')
+ [start_position, end_position].join(" to ")
end
def to_s
code
end