-
Notifications
You must be signed in to change notification settings - Fork 0
/
.index
50 lines (50 loc) · 1.04 KB
/
.index
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
revision: 2013
type: ruby
sources:
- Indexfile
authors:
- name: Thomas Sawyer
email: [email protected]
organizations: []
requirements:
- groups:
- test
development: true
name: lemon
- groups:
- test
development: true
name: ae
conflicts: []
alternatives: []
resources:
- type: home
uri: http://rubyworks.github.com/functor
label: Homepage
- type: code
uri: http://github.com/rubyworks/functor
label: Source Code
repositories:
- name: upstream
scm: git
uri: git://github.com/rubyworks/functor.git
categories: []
copyrights:
- holder: Rubyworks
year: '2011'
license: BSD-2
customs: []
paths:
lib:
- lib
name: functor
title: Functor
version: 1.0.0
summary: Higher-Order Methods for Ruby
description: By definition a Functor is simply a first class method, but these are
common in the form of Method and Proc. So for Ruby a Functor is a more specialized
as a Higher-order function or Metafunction. Essentally, a Functor can vary its behavior
accorrding to the operation applied to it.
created: '2004-03-04'
date: '2015-02-23'