Ernst Ernst #15

Then in other code:

if( $attribute->metadescription->does('Ernst::Description::Trait::Friendly') ){
    print $attribute->metadescription->instructions;
}
else {
    print "Type in a value for '@{[$attribute->name]}': ";
}
return <>;
continued...
Copyright © 2008 Jonathan Rockway