class DMatch::SelectSplat

experimental

Attributes

pattern[R]

Public Class Methods

new(name=nil, pattern) click to toggle source
Calls superclass method DMatch::Var::new
# File lib/destructure/types.rb, line 48
def initialize(name=nil, pattern)
  super(name)
  @pattern = pattern
end