logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

DBIx::DR::ByteStream - ByteStream

Methods

new
       Constructor.

   content
       Returns content.

Name

       DBIx::DR::ByteStream - ByteStream

Synopsis

           use DBIx::DR::ByteStream;

           my $str = DBIx::DR::ByteStream->new('abc');

           print "%s\n", $str->content;

See Also