class Muack::Anything

Public Class Methods

new() click to toggle source
Calls superclass method Muack::Satisfying::new
# File lib/muack/satisfying.rb, line 59
def initialize
  super([])
end

Public Instance Methods

match(_) click to toggle source
# File lib/muack/satisfying.rb, line 63
def match _
  true
end