lib/lens_protocol/oma.rb in lens_protocol-0.1.0 vs lib/lens_protocol/oma.rb in lens_protocol-0.1.1
- old
+ new
@@ -5,9 +5,13 @@
def parse *args
Parser.new.parse *args
end
+ def generate *args
+ Message.from_hash *args
+ end
+
def format *args
Formatter.new.format *args
end
end
end