valuable icon indicating copy to clipboard operation
valuable copied to clipboard

research the viability of providing a lambda, proc or anonymous block for accessors

Open mustmodify opened this issue 10 years ago • 0 comments

example use case:

class Interface
  has_value :messages do |current_value|
    if( current_value.messed_up )
      other_default_value
    end
  end
end

mustmodify avatar Dec 04 '14 23:12 mustmodify