Repository URL to install this package:
|
Version:
0.1.1.1 ▾
|
module Transform
module Controls
module NoFormat
class Example
module Transformer
def self.some_format
end
def self.instance(raw_data)
end
def self.raw_data(instance)
end
end
end
def self.example
Example.new
end
def self.example_class
Example
end
end
end
end