module Beaglebone
Top Level Module
Constants
- VERSION
Current Gem Version
Public Class Methods
hello()
click to toggle source
Just a friendly greeting :)
# File lib/beaglebone-rails.rb, line 12 def self.hello 'Hello!' end