Method: RspecApiDocumentation::Views::MarkupExample#method_missing

Defined in:
lib/rspec_api_documentation/views/markup_example.rb

#method_missing(method, *args, &block) ⇒ Object



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