Skip to content

Commit

Permalink
Namespace Nothing class (#301)
Browse files Browse the repository at this point in the history
* Namespace Nothing class
  • Loading branch information
paulcsmith authored Feb 9, 2020
1 parent 3ce4635 commit 4c08977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/avram/attribute.cr
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Avram::Attribute(T)
to = to.is_a?(Nothing) ? true : to == value
value != original_value && from && to
end
end

class Nothing
class Nothing
end
end

0 comments on commit 4c08977

Please sign in to comment.