Class
MethodSig::Argument
In:
lib/methodsig.rb
Parent:
Object
Methods
block?
new
optional?
required?
rest?
to_s
Attributes
default
[R]
name
[R]
node_or_iseq_for_default
[R]
Public Class methods
new
(name, default, node_or_iseq_for_default, is_rest, is_block)
Public Instance methods
block?
()
optional?
()
required?
()
rest?
()
to_s
()
[Validate]