valuable icon indicating copy to clipboard operation
valuable copied to clipboard

set new default value for inherited attributes

Open mustmodify opened this issue 10 years ago • 0 comments

use case:

class Interface
  has_value :medium
end

class TestInterface < Interface
  default_for :medium, TestMedium.new(...)
end

mustmodify avatar Dec 04 '14 23:12 mustmodify