module Plaster::SingletonBehavior

Public Instance Methods

[]() click to toggle source
# File lib/plaster.rb, line 28
def []()
  WrappingList
end
deconstruct(obj) click to toggle source
# File lib/plaster.rb, line 24
def deconstruct(obj)
  ModelDeconstructor.call(obj)
end