Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwebgr committed Mar 8, 2024
1 parent 4f707e2 commit 2546259
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/invaders/jupiter_invader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ def initialize(radar_signal)
super
@face = FACE
end

def say_hi
p "hello"
end
end

0 comments on commit 2546259

Please sign in to comment.