Module: Sawarineko

Defined in:
lib/sawarineko.rb,
lib/sawarineko/cli.rb,
lib/sawarineko/option.rb,
lib/sawarineko/version.rb,
lib/sawarineko/converter.rb

Overview

Get your Nya!

Defined Under Namespace

Modules: Version Classes: CLI, Converter, Option

Class Method Summary collapse

Class Method Details

.nya(source) ⇒ Object

Make the source to Sawarineko. See Converter.

source - The String source to convert.

Returns the String converted to Sawarineko.



15
16
17
# File 'lib/sawarineko.rb', line 15

def self.nya(source)
  Converter.new.convert(source)
end