Method: YARD::Options#inspect

Defined in:
lib/yard/options.rb

#inspectObject

Inspects the object



151
152
153
# File 'lib/yard/options.rb', line 151

def inspect
  "<#{self.class}: #{to_hash.inspect}>"
end