lib/music-transcription/profile.rb in music-transcription-0.4.3 vs lib/music-transcription/profile.rb in music-transcription-0.5.2

- old
+ new

@@ -6,12 +6,9 @@ # @author James Tunnell # class Profile attr_accessor :start_value, :value_changes - # A new instance of Profile. - # - # @param [Hash] args Hashed args. Required key is :start_value. Optional key is :value_changes. def initialize start_value, value_changes = {} @start_value = start_value @value_changes = value_changes end