Alias for creating a Section with arguments
See Also:
Since:
0.6.0
149 150 151
# File 'lib/yard/templates/template.rb', line 149 def S(*args) Section.new(*args) end