module MyFirstRailsGem::ActsAsPuan::LocalInstanceMethods

Public Instance Methods

sayPuan() click to toggle source
# File lib/my_first_rails_gem/act_as_puan.rb, line 19
def sayPuan
  "puan"
end