Method: SPQR::MethodMeta#initialize
- Defined in:
- lib/spqr/manageable.rb
#initialize(*a) ⇒ MethodMeta
Returns a new instance of MethodMeta.
57 58 59 60 61 |
# File 'lib/spqr/manageable.rb', line 57 def initialize(*a) super *a self. = (({} unless self.) or self..dup) self.args = gen_args end |