Skip to content

Instantly share code, notes, and snippets.

@nulldatamap
Created December 21, 2016 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nulldatamap/43540c4212e8160dde8b55b33094133b to your computer and use it in GitHub Desktop.
Save nulldatamap/43540c4212e8160dde8b55b33094133b to your computer and use it in GitHub Desktop.
# ...
def update_lowest_time_left( time : UInt32 )
# ...
end
# ...
@lowest_time_left : UInt32 | Nil
# ...
unless @lowest_time_left.nil?
world.update_lowest_time_left @lowest_time_left
end
# Error couldn't find overload for type: World#update_lowest_time_left( time : Nil )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment