summaryrefslogtreecommitdiff
path: root/hamlet.go
diff options
context:
space:
mode:
Diffstat (limited to 'hamlet.go')
-rw-r--r--hamlet.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hamlet.go b/hamlet.go
index 1bdcc94..8b2a6b7 100644
--- a/hamlet.go
+++ b/hamlet.go
@@ -6,7 +6,7 @@ type Assertion struct {
value bool
}
-func (a Assertion) Value() bool {
+func (a Assertion) Assert() bool {
return a.value
}