$smart->{book}('@') #### ref($simple->{book}) && ref($simple->{book}) eq 'ARRAY' ? $simple->{book} : [ $simple->{book} ] #### ForceArray => [qw( book )] # In constructor $simple->{book}
## ref($simple->{book}) && ref($simple->{book}) eq 'ARRAY' ? $simple->{book} : [ $simple->{book} ] ##
## ForceArray => [qw( book )] # In constructor $simple->{book}