Class: Ricecream::ICMethod

Inherits:
Struct
  • Object
show all
Defined in:
lib/ricecream/ic_method.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



4
5
6
# File 'lib/ricecream/ic_method.rb', line 4

def args
  @args
end

#arityObject

Returns the value of attribute arity

Returns:

  • (Object)

    the current value of arity



4
5
6
# File 'lib/ricecream/ic_method.rb', line 4

def arity
  @arity
end

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



4
5
6
# File 'lib/ricecream/ic_method.rb', line 4

def column
  @column
end

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



4
5
6
# File 'lib/ricecream/ic_method.rb', line 4

def lineno
  @lineno
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/ricecream/ic_method.rb', line 4

def name
  @name
end

#scriptObject

Returns the value of attribute script

Returns:

  • (Object)

    the current value of script



4
5
6
# File 'lib/ricecream/ic_method.rb', line 4

def script
  @script
end