class Stack::Library
Public Instance Methods
first_method()
click to toggle source
# File lib/stack/library.rb, line 3 def first_method return 'first_method' end
# File lib/stack/library.rb, line 3 def first_method return 'first_method' end