Class YARD::Parser::Ruby::Legacy::Statement
In: lib/yard/parser/ruby/legacy/statement.rb
Parent: Object

Methods

first_line   inspect   line   line_range   new   show   source   to_s  

Attributes

block  [R] 
comments  [R] 
comments_hash_flag  [RW] 
comments_range  [RW] 
group  [RW]  @deprecated Groups are now defined by directives @see Tags::GroupDirective
tokens  [R] 

Public Class methods

Public Instance methods

@return [Fixnum] the first line of Ruby source

@return [Range<Fixnum>] the first to last lines of Ruby source @since 0.5.4

source(include_block = true)

Alias for to_s

[Validate]