class FakeParser
Public Class Methods
call(body, format)
click to toggle source
# File lib/fakeparser.rb, line 2 def self.call(body, format) body end
# File lib/fakeparser.rb, line 2 def self.call(body, format) body end