Class: Clowne::Declarations::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/clowne/declarations/base.rb

Overview

:nodoc: all

Instance Method Summary collapse

Instance Method Details

#matches?(_) ⇒ Boolean

Used with partial_apply. By default match everything

Returns:

  • (Boolean)


8
9
10
# File 'lib/clowne/declarations/base.rb', line 8

def matches?(_)
  true
end