Class Bee::Util::MethodInfo
In: lib/bee_util.rb
Parent: Object

Class that holds information about a given method.

Methods

new  

Attributes

comment  [RW] 
defn  [RW] 
params  [RW] 
source  [RW] 

Public Class methods

Constructor taking file name and line number.

  • file: file name of the method.
  • lineno: line number of the method.

[Validate]