lib/echonest/element/beat.rb in
ruby-echonest-0.0.6
vs lib/echonest/element/beat.rb in
ruby-echonest-0.1.1
- old
+ new
@@ -1,5 +1,2 @@
-class Beat < ValueWithConfidence
- def start
- value
- end
+class Beat < Section
end