Skip to content

Release 3.1.10

Compare
Choose a tag to compare
@gkellogg gkellogg released this 02 Feb 21:45
· 172 commits to develop since this release
  • Add Term#terms and Statement#terms which returns an array including itself, and array including the non-nil non-statement terms, respectively.
  • Rename #has_foo? methods as simply #foo? to go with Ruby style. Old accessors remain as aliases. In some cases (statement?, term?) these were already in use, so now are overloaded.