15 16 17
# File 'lib/rspec_api_documentation/views/markup_example.rb', line 15 def method_missing(method, *args, &block) @example.send(method, *args, &block) end