Class: NobleEightfoldPath
- Inherits:
-
Object
- Object
- NobleEightfoldPath
- Defined in:
- lib/quote_libraries/noble_eightfold_path.rb
Instance Method Summary collapse
-
#initialize ⇒ NobleEightfoldPath
constructor
A new instance of NobleEightfoldPath.
- #quotes ⇒ Object
Constructor Details
#initialize ⇒ NobleEightfoldPath
Returns a new instance of NobleEightfoldPath.
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
# File 'lib/quote_libraries/noble_eightfold_path.rb', line 4 def initialize @parts_of_eightfold_path = [ ' Samma Ditthi: right understanding', ' Samma Sankappa: right thought', ' Samma Vaca: right speech', ' Samma Kammanta: right action', ' Samma Ajiva: right livelihood', ' Samma Vayama: right effort', ' Samma Sati: right mindfulness', ' Samma Samadhi: right concentration' ] end |
Instance Method Details
#quotes ⇒ Object
33 34 35 |
# File 'lib/quote_libraries/noble_eightfold_path.rb', line 33 def quotes @parts_of_eightfold_path end |