This is the current published gem v1.0.0 format method:
def format(source, maxwidth = 80)
This will raise this error:
wrong number of arguments (given 3, expected 1..2)
I saw you changed this in the source code so can you release the patched version? Right now I have to monkey patch this.