As of PR #41 this is actually already supported by the existing print method if you pass in a String rather than a Zebra::Zpl::Label object: lib/zebra/print_job.rb#L10-L20
Although, it is undocumented so it could be added to the README.md
@mtking2 Yes, the method is now redundant. However I think this was not possible in earlier version so I created this method in my forked version. Documentation would be nice, thanks.
As of PR #41 this is actually already supported by the existing
print
method if you pass in aString
rather than aZebra::Zpl::Label
object: lib/zebra/print_job.rb#L10-L20Although, it is undocumented so it could be added to the README.md