tak1n/rack-blogengine

View on GitHub
assets/operator.rb

Summary

Maintainability
A
0 mins
Test Coverage
#
# UserOperator Namespace
#
# @author [benny]
#
module UserOperator
  # define your operators here
  def test_operator(documents, html)
    'test'
  end
end