diff options
Diffstat (limited to 'hamlet.go')
| -rw-r--r-- | hamlet.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ type Assertion struct { value bool } -func (a Assertion) Value() bool { +func (a Assertion) Assert() bool { return a.value } |
