module MetaOutput

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/meta_output.rb, line 5
def self.included(base)
  base.send :extend, StringOutput
end