lib/rumonade/either.rb in rumonade-0.4.0 vs lib/rumonade/either.rb in rumonade-0.4.1

- old
+ new

@@ -317,6 +317,9 @@ def inspect "RightProjection(#{either_value.inspect})" end end end + + module_function :Left, :Right + public :Left, :Right end \ No newline at end of file