class Yinx::SQL::Note
Public Instance Methods
stack_book()
click to toggle source
# File lib/yinx_sql/note.rb, line 8 def stack_book st = stack.nil? ? '' : "#{stack}/" "#{st}#{book}" end
# File lib/yinx_sql/note.rb, line 8 def stack_book st = stack.nil? ? '' : "#{stack}/" "#{st}#{book}" end