Skip to content

Commit

Permalink
Update 02-modules-including.rb
Browse files Browse the repository at this point in the history
Fix name of module in the returned string.
  • Loading branch information
JoshCheek committed Jan 22, 2014
1 parent c329a8d commit 39e85fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session5/notes/02-modules-including.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@
# will be added to the inheritance chain, making its methods available.
module OurModule
def meth
'method from M'
'method from OurModule'
end
end

Expand Down

0 comments on commit 39e85fe

Please sign in to comment.