class Maybe::Nothing::NothingToSeeHere
Public Instance Methods
message()
click to toggle source
# File lib/maybe/nothing.rb, line 8 def message "called 'get' on Nothing" end
# File lib/maybe/nothing.rb, line 8 def message "called 'get' on Nothing" end